Commit f856a799 authored by rusty1s's avatar rusty1s
Browse files

typo

parent efd3ce3d
...@@ -62,8 +62,8 @@ jobs: ...@@ -62,8 +62,8 @@ jobs:
language: shell language: shell
env: env:
- IDX=cpu - IDX=cpu
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
- TORCH=${TORCH_VERSION}+${IDX} - TORCH=${TORCH_VERSION}+${IDX}
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install: before_install:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
- python -m pip install --upgrade --user pip - python -m pip install --upgrade --user pip
...@@ -115,7 +115,7 @@ script: ...@@ -115,7 +115,7 @@ script:
- python3 setup.py test || python setup.py test - python3 setup.py test || python setup.py test
after_success: after_success:
- if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi - if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
- if [ "${TRAVIS_OS_NAME}" == "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi - if [ "${TRAVIS_OS_NAME}" = "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
- codecov - codecov
deploy: deploy:
provider: s3 provider: s3
......
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