Skip to content

Commit

Permalink
attempt to fix Python 3.3 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Marin committed Jul 18, 2018
1 parent 5939074 commit 56a0e74
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 @@ -17,6 +17,7 @@ install:
- "pip install ."
- "pip install ujson warcio"
- "pip install rapidjson || true"
- "if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.2.0; fi"
# command to run tests
script: python -m unittest discover -v
sudo: false

0 comments on commit 56a0e74

Please sign in to comment.