Skip to content

Commit

Permalink
Try to fix tox for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSC committed Jan 25, 2018
1 parent 5c14289 commit ef5c328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- "3.5"
- "3.6"
install:
- export PYTHONPATH=$PYTHONPATH:$(pwd)/example
- export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR
- pip install -r requirements.txt
- pip install codecov pytest-cov
script:
Expand Down

0 comments on commit ef5c328

Please sign in to comment.