aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 863e82aba1b478523fa5e008597f3764f98e1683 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
install: pip install -r requirements.txt
script: bin/test