Skip to content

Commit addfbd1

Browse files
alykhantejanisoumith
authored andcommitted
add scipy to the test environment in travis config (#269)
1 parent 443c307 commit addfbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
# Useful for debugging any issues with conda
1515
- conda info -a
1616

17-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch -c soumith
17+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c soumith
1818
- source activate test-environment
1919
- python setup.py install
2020
- pip install --upgrade pytest

0 commit comments

Comments
 (0)