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 2917b1f commit 5c14289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
before_install:
- "export PYTHONPATH=$PYTHONPATH:$(pwd)"
install:
- export PYTHONPATH=$PYTHONPATH:$(pwd)/example
- pip install -r requirements.txt
- pip install codecov pytest-cov
script:
Expand Down

0 comments on commit 5c14289

Please sign in to comment.