Skip to content

Commit e53717b

Browse files
committed
removed macos
1 parent 0be33ff commit e53717b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ jobs:
1313
env:
1414
- CC=gcc-5
1515
- CXX=g++-5
16-
- os: osx
17-
language: sh
18-
before_cache:
19-
- brew cleanup
20-
cache:
21-
directories:
22-
- $HOME/Library/Caches/Homebrew
23-
- /usr/local/Homebrew
24-
addons:
25-
homebrew:
26-
packages: python3
27-
before_install:
28-
- python3 -m pip install --upgrade virtualenv
29-
- virtualenv -p python3 --system-site-packages "$HOME/venv"
30-
- source "$HOME/venv/bin/activate"
31-
env:
32-
- CC=clang
33-
- CXX=clang++
3416
install:
3517
- pip install numpy
3618
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html

0 commit comments

Comments
 (0)