Skip to content

Commit c9eff76

Browse files
committed
typo
1 parent 285514e commit c9eff76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,12 @@ install:
7676
- python setup.py install
7777

7878
script:
79-
- pip install flake8 codecov
80-
- if [ "${PYTHON_VERSION}" != "3.5" ]; then flake8 .; fi
79+
- if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
8180
- python setup.py test
8281
after_success:
8382
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
8483
- python script/rename_wheel.py
85-
- codecov
84+
- pip install codecov && codecov
8685
deploy:
8786
provider: s3
8887
region: eu-central-1

0 commit comments

Comments
 (0)