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-cluster
Commits
73412857
Commit
73412857
authored
Oct 21, 2019
by
rusty1s
Browse files
maco os travis
parent
de0216d8
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 @
73412857
language
:
python
sudo
:
required
dist
:
trusty
matrix
:
jobs
:
include
:
-
python
:
3.5
-
python
:
3.6
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
gcc-4.9
-
g++-4.9
before_install
:
-
export CC="gcc-4.9"
-
export CXX="g++-4.9"
-
os
:
linux
language
:
python
python
:
3.7
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
gcc-5
-
g++-5
env
:
-
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
:
-
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 flake8
-
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