Skip to content

Commit

Permalink
Try again to fix pip invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Jul 26, 2017
1 parent 42197cc commit efe47c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ python:
install:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- pushd ..
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install enum34; fi
- pip install codecov
- popd
- pushd .. ; pip install codecov ; popd
- python setup.py build_ext --inplace

script:
Expand Down

0 comments on commit efe47c3

Please sign in to comment.