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 6f7ba2a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ python:
- 3.6

install:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- pushd ..
- mkdir tmp
- pushd tmp ; pip install -r ../requirements_dev.txt ; popd
- pushd tmp ; pip install -r ../requirements.txt ; popd
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install enum34; fi
- pip install codecov
- popd
- pushd tmp ; pip install codecov ; popd
- python setup.py build_ext --inplace

script:
Expand Down

0 comments on commit 6f7ba2a

Please sign in to comment.