Skip to content

Commit a1fd3c5

Browse files
committed
Upgrade travis to 7.5.1
1 parent acef3cb commit a1fd3c5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ services:
1313
jobs:
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

6668
script:
69+
- python -c "import OCC.Core.gp"
6770
- sh run_examples.sh

0 commit comments

Comments
 (0)