Skip to content

Commit 43fcd2e

Browse files
committed
remove py3.7
1 parent 3c849fa commit 43fcd2e

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
@@ -6,7 +6,6 @@ matrix:
66
- python: 2.7
77
- python: 3.5
88
- python: 3.6
9-
- python: 3.7
109
addons:
1110
apt:
1211
sources:
@@ -21,7 +20,6 @@ install:
2120
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27m-linux_x86_64.whl
2221
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-linux_x86_64.whl; fi
2322
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl; fi
24-
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-linux_x86_64.whl; fi
2523
- pip install pycodestyle
2624
- pip install flake8
2725
- pip install codecov

0 commit comments

Comments
 (0)