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

Travis: Add Py3.6, use py.test, use binary numpy/scipy

parent cc073fbf
No related branches found
No related tags found
No related merge requests found
numpy
scipy
simpletraj
mdtraj
mdanalysis
pytest
......@@ -4,8 +4,12 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
cache:
directories:
- $HOME/.cache/pip
install: "pip install -r requirements.txt"
script: nosetests -v
install:
- pip --upgrade pip setuptools wheel
- pip install -r .requirements-full-test.txt --only-binary=numpy,scipy
script:
- py.test test/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment