Skip to content

Commit 329b292

Browse files
no need to build for Python 2 any more
1 parent f6074f6 commit 329b292

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
matrix:
22
include:
3-
- name: "Linux-Py2"
4-
os: linux
5-
env:
6-
- MINICONDA=Miniconda2-latest-Linux-x86_64.sh
7-
- PYVER="--python=27"
83
- name: "Linux-Py3"
94
os: linux
105
env:
116
- MINICONDA=Miniconda3-latest-Linux-x86_64.sh
127
- PYVER=""
13-
- name: "OsX-Py2"
14-
os: osx
15-
osx_image: xcode8
16-
env:
17-
- MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7"
18-
- MINICONDA=Miniconda3-latest-MacOSX-x86_64.sh
19-
- MACOSX_DEPLOYMENT_TARGET="10.9"
20-
- PYVER="--python=27"
218
- name: "OsX-Py3"
229
os: osx
2310
osx_image: xcode8

0 commit comments

Comments
 (0)