We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcb3b09 + d661552 commit 0666cb0Copy full SHA for 0666cb0
.travis.yml
@@ -1,8 +1,10 @@
1
+dist: xenial
2
sudo: false
3
language: python
4
python:
5
- '2.7'
- - '3.4'
6
+ - '3.6'
7
+ - '3.7'
8
install:
9
- pip install -U --force setuptools pip
10
- ./setup.py develop
0 commit comments