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
fae0dabe
Commit
fae0dabe
authored
Oct 21, 2019
by
rusty1s
Browse files
update travis
parent
45ffecd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
.travis.yml
.travis.yml
+19
-17
No files found.
.travis.yml
View file @
fae0dabe
language
:
python
jobs
:
jobs
:
include
:
include
:
-
os
:
linux
-
os
:
linux
language
:
python
python
:
3.7
python
:
3.7
before_install
:
addons
:
-
export CC=gcc-5
apt
:
-
export CXX=g++-5
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
gcc-5
-
g++-5
env
:
-
CC=gcc-5
-
CXX=g++-5
-
os
:
osx
-
os
:
osx
osx_image
:
xcode10.2
language
:
sh
before_install
:
addons
:
-
export MACOSX_DEPLOYMENT_TARGET=10.9
homebrew
:
-
export CC=clang
packages
:
python3
-
export CXX=clang++
env
:
addons
:
-
MACOSX_DEPLOYMENT_TARGET=10.9
apt
:
-
CC=clang
sources
:
-
CXX=clang++
-
ubuntu-toolchain-r-test
packages
:
-
gcc-5
-
g++-5
install
:
install
:
-
pip install numpy
-
pip install numpy
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
...
...
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