Skip to content

Commit

Permalink
Make sure six is up to date for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tilboerner committed Feb 3, 2018
1 parent 08019c9 commit 11b2cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ matrix:
# command to install dependencies
install:
- "pip install --upgrade setuptools"
- "pip install --upgrade six"
- "pip install cherrypy${CHERRYPY_VERSION} --no-use-wheel"
- "pip install coveralls pyyaml"
- "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2; fi"
Expand Down

0 comments on commit 11b2cee

Please sign in to comment.