We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e0db1 commit 2a7f3acCopy full SHA for 2a7f3ac
.travis.yml
@@ -68,9 +68,9 @@ install:
68
- source activate test
69
- pip install numpy scipy matplotlib vtk nose
70
- if [[ "$TOXENV" == "py27" ]]; then
71
- conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core python=2.7;
+ conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=2.7;
72
else
73
- conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core python=3.6;
+ conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=3.6;
74
fi
75
- pip install setuptools
76
- pip install coveralls
0 commit comments