Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Sep 4, 2017
1 parent 92e2750 commit 35a8188
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 @@ -22,7 +22,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch torchvision -c soumith chainer
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch torchvision -c soumith
- source activate test-environment
- which python
- conda list
Expand Down

0 comments on commit 35a8188

Please sign in to comment.