Skip to content

Commit 43f3c71

Browse files
committed
py35
1 parent 7c90432 commit 43f3c71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2323
before_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

0 commit comments

Comments
 (0)