Skip to content

Commit

Permalink
really, really uninstall numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 13, 2018
1 parent 2f4f18c commit 1d4197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then get_python_environment $TERRYFY_PYTHON venv; fi
install:
- pip install --upgrade pip
- pip uninstall numpy
- pip uninstall -y numpy
- pip install --upgrade -r requirements.txt
- cython src/*.pyx
- pip install -e .
Expand Down

0 comments on commit 1d4197a

Please sign in to comment.