Skip to content

Commit 67fa228

Browse files
committed
always update setuptools before travis run, resolves tox-dev#656
1 parent aa71b8e commit 67fa228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
language: generic
2424

2525
before_install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source .travis-osx; fi
26-
install: pip install --pre -U tox
26+
install: pip install six && pip install --pre -U tox
2727
script: tox -e py
2828
after_success:
2929
- tox -e coverage

0 commit comments

Comments
 (0)