There was an error while loading. Please reload this page.
1 parent aa71b8e commit 67fa228Copy full SHA for 67fa228
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
language: generic
24
25
before_install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source .travis-osx; fi
26
-install: pip install --pre -U tox
+install: pip install six && pip install --pre -U tox
27
script: tox -e py
28
after_success:
29
- tox -e coverage
0 commit comments