Skip to content

Commit

Permalink
on TravisCI, test with pytorch-cpu is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jan 31, 2018
1 parent 0c9f7ba commit ad7d652
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 chainer pytorch torchvision -c pytorch
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch-cpu torchvision -c pytorch
- source activate test-environment
- which python
- conda list
Expand Down

0 comments on commit ad7d652

Please sign in to comment.