We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b47d8a commit e36a72aCopy full SHA for e36a72a
.travis.yml
@@ -3,7 +3,6 @@ sudo: required
3
dist: trusty
4
matrix:
5
include:
6
- - python: 2.7
7
- python: 3.5
8
- python: 3.6
9
addons:
@@ -17,7 +16,6 @@ before_install:
17
16
- export CC="gcc-4.9"
18
- export CXX="g++-4.9"
19
install:
20
- - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp27-cp27mu-linux_x86_64.whl; fi
21
- 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
22
- 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
23
- pip install pycodestyle
0 commit comments