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

MDTraj requires numpy installed before attempting install

parent e8993cd0
Branches
No related tags found
No related merge requests found
numpy
scipy scipy
simpletraj
mdtraj mdtraj
mdanalysis mdanalysis
pytest pytest
...@@ -10,6 +10,7 @@ cache: ...@@ -10,6 +10,7 @@ cache:
- $HOME/.cache/pip - $HOME/.cache/pip
install: install:
- pip install --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.txt --only-binary=numpy
- pip install -r .requirements-full-test.txt --only-binary=scipy
script: script:
- py.test test/ - py.test test/
coverage==4.0.3 numpy
nose==1.3.7 simpletraj
numpy==1.10.4
py==1.4.31
pytest==2.8.7
simpletraj==0.3
wheel==0.29.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment