Skip to content

Commit

Permalink
Include conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Apr 12, 2018
1 parent f2df5fe commit dbe4df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment -c pytorch python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.19 cython pytorch=0.3.1 torchvision libsndfile=1.0.27 libflac=1.3.1
- conda create -q -n test-environment -c pytorch -c conda-forge python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.19 cython pytorch=0.3.1 torchvision libsndfile=1.0.27 libflac=1.3.1
- source activate test-environment
- python setup.py install
- pip install coveralls
Expand Down

0 comments on commit dbe4df0

Please sign in to comment.