Skip to content

Commit 2a7f3ac

Browse files
committed
Downgrade python-occ to v0.17
1 parent 29e0db1 commit 2a7f3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ install:
6868
- source activate test
6969
- pip install numpy scipy matplotlib vtk nose
7070
- if [[ "$TOXENV" == "py27" ]]; then
71-
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core python=2.7;
71+
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=2.7;
7272
else
73-
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core python=3.6;
73+
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=3.6;
7474
fi
7575
- pip install setuptools
7676
- pip install coveralls

0 commit comments

Comments
 (0)