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
f856a799
Commit
f856a799
authored
Feb 11, 2020
by
rusty1s
Browse files
typo
parent
efd3ce3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
f856a799
...
@@ -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
...
...
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