Skip to content
Snippets Groups Projects
Commit e8993cd0 authored by James Graham's avatar James Graham
Browse files

Fix broken pip command for Travis

parent 0b2e2cdd
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ cache: ...@@ -9,7 +9,7 @@ cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
install: install:
- pip --upgrade pip setuptools wheel - pip install --upgrade pip setuptools wheel
- pip install -r .requirements-full-test.txt --only-binary=numpy,scipy - pip install -r .requirements-full-test.txt --only-binary=numpy,scipy
script: script:
- py.test test/ - py.test test/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment