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