Skip to content

Commit 67ce81c

Browse files
committed
new test
1 parent 6ec063a commit 67ce81c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
jobs:
1212
# Python 3.8
1313
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
14-
# - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
15-
# - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
14+
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
15+
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
1616
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
1717
# - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cpu
1818
# - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu92
@@ -23,7 +23,11 @@ jobs:
2323
exclude:
2424
- if: not (tag is present or commit_message =~ ci-deploy) and os != osx
2525
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
26-
- if: os = osx:
26+
- if: not (tag is present or commit_message =~ ci-deploy) or os != linux:
27+
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
28+
- if: not (tag is present or commit_message =~ ci-deploy) or os = osx:
29+
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
30+
- if: os = osx
2731
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
2832

2933
install:

0 commit comments

Comments
 (0)