Skip to content

Commit e36a72a

Browse files
committed
remove py2.7
1 parent 8b47d8a commit e36a72a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: required
33
dist: trusty
44
matrix:
55
include:
6-
- python: 2.7
76
- python: 3.5
87
- python: 3.6
98
addons:
@@ -17,7 +16,6 @@ before_install:
1716
- export CC="gcc-4.9"
1817
- export CXX="g++-4.9"
1918
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
2119
- 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
2220
- 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
2321
- pip install pycodestyle

0 commit comments

Comments
 (0)