Commit c251ce50 authored by rusty1s's avatar rusty1s
Browse files

only test windows

parent 335feb16
...@@ -12,30 +12,30 @@ env: ...@@ -12,30 +12,30 @@ env:
jobs: jobs:
include: include:
- name: linux/cpu # - name: linux/cpu
os: linux # os: linux
language: python # language: python
python: 3.7 # python: 3.7
env: # env:
- TORCH=${TORCH_VERSION}+cpu # - TORCH=${TORCH_VERSION}+cpu
- name: linux/cu92 # - name: linux/cu92
os: linux # os: linux
language: python # language: python
python: 3.7 # python: 3.7
env: # env:
- FORCE_CUDA=1 # - FORCE_CUDA=1
- CUDA_SHORT=9.2 # - CUDA_SHORT=9.2
- CUDA=9.2.148-1 # - CUDA=9.2.148-1
- UBUNTU_VERSION=ubuntu1604 # - UBUNTU_VERSION=ubuntu1604
- CUBLAS=cuda-cublas-dev-9-2 # - CUBLAS=cuda-cublas-dev-9-2
- TORCH=${TORCH_VERSION}+cu92 # - TORCH=${TORCH_VERSION}+cu92
- name: macosx/cpu # - name: macosx/cpu
os: osx # os: osx
osx_image: xcode11.3 # osx_image: xcode11.3
language: shell # language: shell
env: # env:
- TORCH=${TORCH_VERSION} # - TORCH=${TORCH_VERSION}
- PATH=/c/Python37:/c/Python37/Scripts:$PATH # - PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: windows/cpu - name: windows/cpu
os: windows os: windows
language: shell # `language: python` is an error on Travis CI Windows language: shell # `language: python` is an error on Travis CI Windows
...@@ -43,9 +43,6 @@ jobs: ...@@ -43,9 +43,6 @@ jobs:
- TORCH=${TORCH_VERSION}+cpu - TORCH=${TORCH_VERSION}+cpu
before_install: before_install:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
# - os: o
# python: 3.6
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install: install:
- pip3 install --upgrade pip - pip3 install --upgrade pip
......
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