Skip to content

Commit 38783ca

Browse files
committed
update travici, only test with chainer v6
1 parent 596b0e5 commit 38783ca

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.travis.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,18 @@ language: python
33

44
matrix:
55
include:
6-
- name: "Py35, Chainer stable"
6+
- name: "Py35, Chainer v6"
77
python: "3.5"
8-
- name: "Py36, Chainer stable, ONNX 1.4.1"
8+
- name: "Py36, Chainer v6, ONNX 1.4.1"
99
python: "3.6"
1010
env:
1111
- ONNX_VER="1.4.1"
12-
- name: "Py36, Chainer stable"
12+
- name: "Py36, Chainer v6"
1313
python: "3.6"
14-
- name: "Py37, Chainer stable"
14+
- name: "Py37, Chainer v6"
1515
python: "3.7"
1616
env:
1717
- ONNX_CHAINER_DEPLOY_JOB=1
18-
- name: "Py35, Chainer pre-release"
19-
python: "3.5"
20-
env:
21-
- CHAINER_INSTALL="--pre"
22-
- name: "Py36, Chainer pre-release"
23-
python: "3.6"
24-
env:
25-
- CHAINER_INSTALL="--pre"
26-
- name: "Py37, Chainer pre-release"
27-
python: "3.7"
28-
env:
29-
- CHAINER_INSTALL="--pre"
3018

3119
addons:
3220
apt:
@@ -40,7 +28,7 @@ notifications:
4028
email: false
4129

4230
before_install:
43-
- pip install $CHAINER_INSTALL chainer
31+
- pip install 'chainer<7.0.0'
4432
- pip install -U -e .[travis]
4533
- if [[ $ONNX_VER != "" ]]; then pip install onnx==$ONNX_VER; fi
4634
- pip list -v

0 commit comments

Comments
 (0)