We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63cd10 commit e2f1ffcCopy full SHA for e2f1ffc
.travis.yml
@@ -1,6 +1,9 @@
1
language: python
2
python:
3
- '2.7'
4
+ - '3.6'
5
+ - '3.7'
6
+ - '3.8'
7
install:
8
- pip install -U tox
9
script: tox
0 commit comments