Skip to content

Commit

Permalink
removed macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Feb 10, 2020
1 parent 0be33ff commit e53717b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ jobs:
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 --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
Expand Down

0 comments on commit e53717b

Please sign in to comment.