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.
1 parent 8575e9e commit 636cf98Copy full SHA for 636cf98
.travis.yml
@@ -2,9 +2,9 @@ sudo: false
2
language: python
3
python:
4
- "2.7"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
+ - "3.6"
8
# Apparently six must be installed first, otherwise setup.py will be unhappy
9
install:
10
- pip install six
0 commit comments