File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed
Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,19 @@ language: cpp
44
55matrix :
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
2621install :
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
5752script :
5853 # osx needs a dedicate environment
You can’t perform that action at this time.
0 commit comments