We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea7ee1 commit 7af32e0Copy full SHA for 7af32e0
1 file changed
.travis.yml
@@ -1,11 +1,10 @@
1
language: python
2
python:
3
- - "2.6"
4
- "2.7"
5
- "pypy"
6
- - "3.2"
7
- - "3.3"
8
- "3.4"
9
- "3.5"
10
- "3.6"
+ - "3.7"
+ - "3.8"
11
script: python setup.py test
0 commit comments