Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
c251ce50
Commit
c251ce50
authored
Feb 11, 2020
by
rusty1s
Browse files
only test windows
parent
335feb16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
27 deletions
+24
-27
.travis.yml
.travis.yml
+24
-27
No files found.
.travis.yml
View file @
c251ce50
...
...
@@ -12,30 +12,30 @@ env:
jobs
:
include
:
-
name
:
linux/cpu
os
:
linux
language
:
python
python
:
3.7
env
:
-
TORCH=${TORCH_VERSION}+cpu
-
name
:
linux/cu92
os
:
linux
language
:
python
python
:
3.7
env
:
-
FORCE_CUDA=1
-
CUDA_SHORT=9.2
-
CUDA=9.2.148-1
-
UBUNTU_VERSION=ubuntu1604
-
CUBLAS=cuda-cublas-dev-9-2
-
TORCH=${TORCH_VERSION}+cu92
-
name
:
macosx/cpu
os
:
osx
osx_image
:
xcode11.3
language
:
shell
env
:
-
TORCH=${TORCH_VERSION}
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
#
- name: linux/cpu
#
os: linux
#
language: python
#
python: 3.7
#
env:
#
- TORCH=${TORCH_VERSION}+cpu
#
- name: linux/cu92
#
os: linux
#
language: python
#
python: 3.7
#
env:
#
- FORCE_CUDA=1
#
- CUDA_SHORT=9.2
#
- CUDA=9.2.148-1
#
- UBUNTU_VERSION=ubuntu1604
#
- CUBLAS=cuda-cublas-dev-9-2
#
- TORCH=${TORCH_VERSION}+cu92
#
- name: macosx/cpu
#
os: osx
#
osx_image: xcode11.3
#
language: shell
#
env:
#
- TORCH=${TORCH_VERSION}
#
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
-
name
:
windows/cpu
os
:
windows
language
:
shell
# `language: python` is an error on Travis CI Windows
...
...
@@ -43,9 +43,6 @@ jobs:
-
TORCH=${TORCH_VERSION}+cpu
before_install
:
-
choco install python --version 3.7.6
# - os: o
# python: 3.6
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install
:
-
pip3 install --upgrade pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment