Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
speed up test
  • Loading branch information
lanpa committed Feb 17, 2018
1 parent 89322aa commit 0d83dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch-cpu torchvision -c pytorch
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch-cpu -c pytorch
- source activate test-environment
- which python
- conda list
- pip install torchvision
- pip install --upgrade pytest flake8
- python setup.py install

Expand Down

0 comments on commit 0d83dd1

Please sign in to comment.