Skip to content
Snippets Groups Projects
Commit ac8c408c authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

don't try to install requirements on travis

parent a59fe505
No related merge requests found
......@@ -32,7 +32,7 @@ install:
numpy scipy nose pandas matplotlib
- source activate test-environment
- pip install pypandoc
- pip install -r requirements.txt
# - pip install -r requirements.txt
- pip install .
- pip install coveralls
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment