Skip to content

Commit

Permalink
make sure setuptools is up-to-date on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Nov 26, 2017
1 parent 05cad35 commit 6c6140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,6 +22,6 @@ addons:
packages:
- graphviz

install: pip install -U pip tox coveralls setuptools
install: pip install --ignore-installed --upgrade setuptools pip tox coveralls
script: tox -vv
after_success: if [ "$TOXENV" == "py36" ]; then coveralls; fi

0 comments on commit 6c6140e

Please sign in to comment.