We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be33ff commit e53717bCopy full SHA for e53717b
.travis.yml
@@ -13,24 +13,6 @@ jobs:
13
env:
14
- CC=gcc-5
15
- 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++
34
install:
35
- pip install numpy
36
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
0 commit comments