Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
c9eff76e
Commit
c9eff76e
authored
Feb 13, 2020
by
rusty1s
Browse files
typo
parent
285514e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+2
-3
No files found.
.travis.yml
View file @
c9eff76e
...
@@ -76,13 +76,12 @@ install:
...
@@ -76,13 +76,12 @@ install:
-
python setup.py install
-
python setup.py install
script
:
script
:
-
pip install flake8 codecov
-
if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
-
if [ "${PYTHON_VERSION}" != "3.5" ]; then flake8 .; fi
-
python setup.py test
-
python setup.py test
after_success
:
after_success
:
-
python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
-
python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
-
python script/rename_wheel.py
-
python script/rename_wheel.py
-
codecov
-
pip install codecov &&
codecov
deploy
:
deploy
:
provider
:
s3
provider
:
s3
region
:
eu-central-1
region
:
eu-central-1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment