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
29410266
You need to sign in or sign up before continuing.
Commit
29410266
authored
Feb 11, 2020
by
rusty1s
Browse files
fixes
parent
4a2233db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
29410266
...
@@ -69,6 +69,7 @@ jobs:
...
@@ -69,6 +69,7 @@ jobs:
os
:
windows
os
:
windows
language
:
shell
# `language: python` is an error on Travis CI Windows
language
:
shell
# `language: python` is an error on Travis CI Windows
env
:
env
:
-
FORCE_CUDA=1
-
TORCH=${TORCH_VERSION}
-
TORCH=${TORCH_VERSION}
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
# - EXTRA_COMPILE_ARGS="-IC:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\include"
# - EXTRA_COMPILE_ARGS="-IC:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\include"
...
@@ -81,13 +82,12 @@ install:
...
@@ -81,13 +82,12 @@ install:
-
pip3 install numpy
-
pip3 install numpy
-
pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
-
pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
-
pip3 install flake8
-
pip3 install flake8
-
pip3 install twine cibuildwheel
-
python3 setup.py install || python setup.py install
-
python3 setup.py install || python setup.py install
script
:
script
:
-
flake8 .
-
flake8 .
-
python3 setup.py test || python setup.py install
-
python3 setup.py test || python setup.py install
-
python3
-m cibuildwheel --output-dir wheelhouse
-
python3
setup.py sdist bdist_wheel
-
ls
wheelhouse
-
ls
dist
notifications
:
notifications
:
email
:
false
email
:
false
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