We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a6641 commit 9f348f0Copy full SHA for 9f348f0
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