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-sparse
Commits
3425b663
Commit
3425b663
authored
Apr 24, 2020
by
rusty1s
Browse files
no windows output
parent
ce0de502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+1
-2
No files found.
.travis.yml
View file @
3425b663
...
...
@@ -60,8 +60,7 @@ install:
-
source script/torch.sh
-
pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.5.0.html
-
pip install flake8 codecov
-
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then python setup.py install > /dev/null; fi
-
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python setup.py install; fi
-
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python setup.py install; else travis_wait 30 python setup.py install > /dev/null; fi
script
:
-
flake8 .
-
python setup.py test
...
...
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