We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285514e commit c9eff76Copy full SHA for c9eff76
.travis.yml
@@ -76,13 +76,12 @@ install:
76
- python setup.py install
77
78
script:
79
- - pip install flake8 codecov
80
- - if [ "${PYTHON_VERSION}" != "3.5" ]; then flake8 .; fi
+ - if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
81
- python setup.py test
82
after_success:
83
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
84
- python script/rename_wheel.py
85
- - codecov
+ - pip install codecov && codecov
86
deploy:
87
provider: s3
88
region: eu-central-1
0 commit comments