File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ matrix:
1111 python : 2.7
1212 env : TOXENV=py27
1313 - os : linux
14- python : 3.6
15- env : TOXENV=py36
14+ python : 3.5
15+ env : TOXENV=py35
1616 - os : osx
1717 language : generic
1818 env : TOXENV=py27
1919 - os : osx
2020 language : generic
21- env : TOXENV=py36
21+ env : TOXENV=py35
2222
2323before_script :
2424 - " export DISPLAY=:99.0"
@@ -54,7 +54,7 @@ install:
5454 if [[ "$TOXENV" == "py27" ]]; then
5555 conda create --yes -n test python="2.7";
5656 else
57- conda create --yes -n test python="3.6 ";
57+ conda create --yes -n test python="3.5 ";
5858 fi
5959 fi
6060 - source activate test
@@ -65,7 +65,7 @@ install:
6565 - if [[ "$TOXENV" == "py27" ]]; then
6666 conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=2.7;
6767 else
68- conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=3.6 ;
68+ conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=3.5 ;
6969 fi
7070 - python setup.py install
7171
You can’t perform that action at this time.
0 commit comments