"docs/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "1f5dec4c8f863e8cf4ca1de6d7f3a47535592390"
Commit 43fcd2eb authored by rusty1s's avatar rusty1s
Browse files

remove py3.7

parent 3c849fa9
......@@ -6,7 +6,6 @@ matrix:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
addons:
apt:
sources:
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment