We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a6641 + 9f348f0 commit 5339990Copy full SHA for 5339990
1 file changed
.travis.yml
@@ -1,8 +1,11 @@
1
+dist: xenial
2
language: python
3
python:
- - "2.6"
4
- "2.7"
5
- "3.4"
6
+ - "3.5"
7
+ - "3.6"
8
+ - "3.7"
9
install:
10
- python setup.py build
11
- python setup.py install
0 commit comments