File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,17 @@ services:
1313jobs :
1414 include :
1515# Linux
16- - env : PYTHON="3.6" CONDA_PY=36 ARCH="x86_64"
1716 - env : PYTHON="3.7" CONDA_PY=37 ARCH="x86_64"
17+ - env : PYTHON="3.8" CONDA_PY=38 ARCH="x86_64"
18+ - env : PYTHON="3.9" CONDA_PY=39 ARCH="x86_64"
1819# OSX
19- - env : PYTHON="3.6 " CONDA_PY=36 ARCH="x86_64"
20+ - env : PYTHON="3.7 " CONDA_PY=37 ARCH="x86_64"
2021 os : osx
2122 osx_image : xcode9.4
22- - env : PYTHON="3.7" CONDA_PY=37 ARCH="x86_64"
23+ - env : PYTHON="3.8" CONDA_PY=38 ARCH="x86_64"
24+ os : osx
25+ osx_image : xcode9.4
26+ - env : PYTHON="3.9" CONDA_PY=39 ARCH="x86_64"
2327 os : osx
2428 osx_image : xcode9.4
2529# Windows
@@ -53,15 +57,14 @@ install:
5357 - conda update -q conda
5458 # Useful for debugging any issues with conda
5559 - conda info -a
56- # download/install OCE from DLR-SC channel
57- - conda config --add channels https://conda.anaconda.org/dlr-sc
5860 # create a test environment
5961 - conda create -n test_pythonocc python=$PYTHON
6062 # switch to this environment
6163 - source activate test_pythonocc
62- - conda install -c tpaviot pythonocc-core=7.4.0
64+ - conda install -c conda-forge pythonocc-core=7.5.1
6365 - conda install pyqt
6466 - conda install numpy
6567
6668script :
69+ - python -c "import OCC.Core.gp"
6770 - sh run_examples.sh
You can’t perform that action at this time.
0 commit comments