"docs/vscode:/vscode.git/clone" did not exist on "adb17824d45d5ed1315d42dfa90af9411b71bc5c"
Commit fae0dabe authored by rusty1s's avatar rusty1s
Browse files

update travis

parent 45ffecd2
language: python
jobs: jobs:
include: include:
- os: linux - os: linux
language: python
python: 3.7 python: 3.7
before_install: addons:
- export CC=gcc-5
- export CXX=g++-5
- os: osx
osx_image: xcode10.2
before_install:
- export MACOSX_DEPLOYMENT_TARGET=10.9
- export CC=clang
- export CXX=clang++
addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- gcc-5 - gcc-5
- g++-5 - g++-5
env:
- CC=gcc-5
- CXX=g++-5
- os: osx
language: sh
addons:
homebrew:
packages: python3
env:
- MACOSX_DEPLOYMENT_TARGET=10.9
- CC=clang
- CXX=clang++
install: install:
- pip install numpy - pip install numpy
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html - pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment