Skip to content

Commit

Permalink
Fix tox issue with python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hossner committed Aug 30, 2018
1 parent 1157a95 commit 58949cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ python:
- 3.5
- 3.6
install:
# python 3.3 compatibility
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.1.0; fi
- pip install setuptools==39.2.0
- pip install tox-travis
- pip install coveralls
script:
Expand Down

0 comments on commit 58949cd

Please sign in to comment.