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

Fix name in Travis file

parent ad8ab584
Branches
Tags
No related merge requests found
...@@ -10,6 +10,6 @@ cache: ...@@ -10,6 +10,6 @@ cache:
install: install:
- pip install --upgrade pip setuptools wheel - pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt --only-binary=numpy - pip install -r requirements.txt --only-binary=numpy
- pip install -r .requirements-full-test.txt --only-binary=scipy - pip install -r .requirements-test.txt --only-binary=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