Skip to content

Commit

Permalink
remove py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Dec 12, 2018
1 parent 0f8e878 commit 89473c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ matrix:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
addons:
apt:
sources:
Expand All @@ -21,7 +20,6 @@ install:
- 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
- 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
- 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
- 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
- pip install pycodestyle
- pip install flake8
- pip install codecov
Expand Down

0 comments on commit 89473c6

Please sign in to comment.