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 f6074f6 commit 329b292Copy full SHA for 329b292
.travis.yml
@@ -1,23 +1,10 @@
1
matrix:
2
include:
3
- - name: "Linux-Py2"
4
- os: linux
5
- env:
6
- - MINICONDA=Miniconda2-latest-Linux-x86_64.sh
7
- - PYVER="--python=27"
8
- name: "Linux-Py3"
9
os: linux
10
env:
11
- MINICONDA=Miniconda3-latest-Linux-x86_64.sh
12
- PYVER=""
13
- - name: "OsX-Py2"
14
- os: osx
15
- osx_image: xcode8
16
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
21
- name: "OsX-Py3"
22
os: osx
23
osx_image: xcode8
0 commit comments