Commit fb1d6645 authored by rusty1s's avatar rusty1s
Browse files

update

parent 549f646b
...@@ -27,17 +27,24 @@ jobs: ...@@ -27,17 +27,24 @@ jobs:
- 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
- os: osx
osx_image: xcode11.2
language: shell
- 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
env: env:
- TORCH=${TORCH_VERSION}+cpu - TORCH=${TORCH_VERSION}+cpu
before_install: before_install:
- choco install python --version 3.6.7 - choco install python --version 3.6.7
- python -m pip install --upgrade pip
# - os: o # - os: o
# python: 3.6 # python: 3.6
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION} # env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install: install:
- python3 --version
- python --version
- pip3 install --upgrade pip - pip3 install --upgrade pip
- source install.sh - source install.sh
- pip3 install numpy - pip3 install numpy
...@@ -49,7 +56,7 @@ install: ...@@ -49,7 +56,7 @@ install:
script: script:
- flake8 . - flake8 .
- pytest - python3 setup.py test
- python3 -m cibuildwheel --output-dir wheelhouse - python3 -m cibuildwheel --output-dir wheelhouse
- ls wheelhouse - ls wheelhouse
notifications: notifications:
......
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