Commit addfbd1d authored by Alykhan Tejani's avatar Alykhan Tejani Committed by Soumith Chintala
Browse files

add scipy to the test environment in travis config (#269)

parent 443c3079
......@@ -14,7 +14,7 @@ install:
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch -c soumith
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c soumith
- source activate test-environment
- python setup.py install
- pip install --upgrade pytest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment