Skip to content

Commit

Permalink
Fix travis-ci 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 0f4722a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- 3.5
- 3.6
install:
# python 3.3 compatibility
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install virtualenv==15.1.0; fi
- pip install tox-travis
- pip install coveralls
script:
Expand Down

0 comments on commit 0f4722a

Please sign in to comment.