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-spline-conv
Commits
e57041d1
Commit
e57041d1
authored
Oct 21, 2019
by
rusty1s
Browse files
maco os travis
parent
0dd1186d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
17 deletions
+33
-17
.travis.yml
.travis.yml
+33
-17
No files found.
.travis.yml
View file @
e57041d1
language
:
python
jobs
:
sudo
:
required
dist
:
trusty
matrix
:
include
:
include
:
-
python
:
3.5
-
os
:
linux
-
python
:
3.6
language
:
python
addons
:
python
:
3.7
apt
:
addons
:
sources
:
apt
:
-
ubuntu-toolchain-r-test
sources
:
packages
:
-
ubuntu-toolchain-r-test
-
gcc-4.9
packages
:
-
g++-4.9
-
gcc-5
before_install
:
-
g++-5
-
export CC="gcc-4.9"
env
:
-
export CXX="g++-4.9"
-
CC=gcc-5
-
CXX=g++-5
-
os
:
osx
language
:
sh
before_cache
:
-
brew cleanup
cache
:
directories
:
-
$HOME/Library/Caches/Homebrew
-
/usr/local/Homebrew
addons
:
homebrew
:
packages
:
python3
before_install
:
-
python3 -m pip install --upgrade virtualenv
-
virtualenv -p python3 --system-site-packages "$HOME/venv"
-
source "$HOME/venv/bin/activate"
env
:
-
CC=clang
-
CXX=clang++
install
:
install
:
-
pip install numpy
-
pip install numpy
-
pip install -
q torch
-f https://download.pytorch.org/whl/nightly/cpu/torch.html
-
pip install -
-pre torch torchvision
-f https://download.pytorch.org/whl/nightly/cpu/torch
_nightly
.html
-
pip install pycodestyle
-
pip install pycodestyle
-
pip install flake8
-
pip install flake8
-
pip install codecov
-
pip install codecov
...
...
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