Skip to content

Commit 32f4127

Browse files
committed
use nightly build
1 parent 175ded9 commit 32f4127

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: required
33
dist: trusty
44
matrix:
55
include:
6+
- python: 2.7
67
- python: 3.5
78
- python: 3.6
89
addons:
@@ -16,8 +17,8 @@ before_install:
1617
- export CC="gcc-4.9"
1718
- export CXX="g++-4.9"
1819
install:
19-
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp35-cp35m-linux_x86_64.whl; fi
20-
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-linux_x86_64.whl; fi
20+
- pip install numpy
21+
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2122
- pip install pycodestyle
2223
- pip install flake8
2324
- pip install codecov

0 commit comments

Comments
 (0)