Skip to content

Commit 446c37e

Browse files
committed
updated travis to use rc1
1 parent cb1c011 commit 446c37e

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.travis.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,19 @@ language: cpp
44

55
matrix:
66
include:
7-
- env: PYTHON="2.7" CONDA_PY=27
8-
os: linux
9-
dist: trusty
10-
- env: PYTHON="2.7" CONDA_PY=27
11-
os: osx
12-
osx_image: xcode8.3
13-
- env: PYTHON="3.5" CONDA_PY=35
14-
os: linux
15-
dist: trusty
16-
- env: PYTHON="3.5" CONDA_PY=35
17-
os: osx
18-
osx_image: xcode8.3
197
- env: PYTHON="3.6" CONDA_PY=36
208
os: linux
21-
dist: trusty
9+
dist: bionic
2210
- env: PYTHON="3.6" CONDA_PY=36
2311
os: osx
24-
osx_image: xcode8.3
12+
osx_image: xcode9.4
13+
- env: PYTHON="3.7" CONDA_PY=37
14+
os: linux
15+
dist: bionic
16+
- env: PYTHON="3.7" CONDA_PY=37
17+
os: osx
18+
osx_image: xcode9.4
19+
2520

2621
install:
2722
- if [ ${PYTHON:0:1} == "2" ]; then
@@ -52,7 +47,7 @@ install:
5247
conda create -n pythonocc-utils-test;
5348
source activate pythonocc-utils-test;
5449
fi;
55-
- conda install -c dlr-sc -c conda-forge -c oce -c pythonocc pythonocc-core=0.18.1
50+
- conda install -c dlr-sc -c pythonocc pythonocc-core=7.4.0rc1
5651

5752
script:
5853
# osx needs a dedicate environment

0 commit comments

Comments
 (0)