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 bb485e6 + f097491 commit 0843693Copy full SHA for 0843693
.travis.yml
@@ -7,7 +7,7 @@ python:
7
- "3.6"
8
# Apparently six must be installed first, otherwise setup.py will be unhappy
9
install:
10
- - pip install six
+ - pip install --upgrade six
11
- pip install --upgrade -r requirements_dev.txt
12
script: py.test --cov .
13
after_success: coveralls
0 commit comments