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
fb1d6645
Commit
fb1d6645
authored
Feb 11, 2020
by
rusty1s
Browse files
update
parent
549f646b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.travis.yml
.travis.yml
+8
-1
No files found.
.travis.yml
View file @
fb1d6645
...
@@ -27,17 +27,24 @@ jobs:
...
@@ -27,17 +27,24 @@ jobs:
-
UBUNTU_VERSION=ubuntu1604
-
UBUNTU_VERSION=ubuntu1604
-
CUBLAS=cuda-cublas-dev-9-2
-
CUBLAS=cuda-cublas-dev-9-2
-
TORCH=${TORCH_VERSION}+cu92
-
TORCH=${TORCH_VERSION}+cu92
-
os
:
osx
osx_image
:
xcode11.2
language
:
shell
-
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
:
-
TORCH=${TORCH_VERSION}+cpu
-
TORCH=${TORCH_VERSION}+cpu
before_install
:
before_install
:
-
choco install python --version 3.6.7
-
choco install python --version 3.6.7
-
python -m pip install --upgrade pip
# - os: o
# - os: o
# python: 3.6
# python: 3.6
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install
:
install
:
-
python3 --version
-
python --version
-
pip3 install --upgrade pip
-
pip3 install --upgrade pip
-
source install.sh
-
source install.sh
-
pip3 install numpy
-
pip3 install numpy
...
@@ -49,7 +56,7 @@ install:
...
@@ -49,7 +56,7 @@ install:
script
:
script
:
-
flake8 .
-
flake8 .
-
pytest
-
py
thon3 setup.py
test
-
python3 -m cibuildwheel --output-dir wheelhouse
-
python3 -m cibuildwheel --output-dir wheelhouse
-
ls wheelhouse
-
ls wheelhouse
notifications
:
notifications
:
...
...
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