We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ded9 commit 32f4127Copy full SHA for 32f4127
.travis.yml
@@ -3,6 +3,7 @@ sudo: required
3
dist: trusty
4
matrix:
5
include:
6
+ - python: 2.7
7
- python: 3.5
8
- python: 3.6
9
addons:
@@ -16,8 +17,8 @@ before_install:
16
17
- export CC="gcc-4.9"
18
- export CXX="g++-4.9"
19
install:
- - 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
+ - pip install numpy
21
+ - pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
22
- pip install pycodestyle
23
- pip install flake8
24
- pip install codecov
0 commit comments