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