Skip to content

Commit 0da3fba

Browse files
committed
[travis] Add osx builds
1 parent 7cdd259 commit 0da3fba

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.travis.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,25 @@ language: python
55

66
matrix:
77
include:
8-
- python: "2.7"
8+
- os: linux
9+
python: "2.7"
910
env: COVERALLS=1
10-
- python: "3.4"
11-
- python: "3.5"
11+
- os: linux
12+
python: "3.4"
13+
- os: linux
14+
python: "3.5"
15+
16+
- os: osx
17+
language: generic
18+
env:
19+
- OSXENV=2.7
20+
- os: osx
21+
language: generic
22+
env:
23+
- OSXENV=3.5
24+
25+
before_install:
26+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash resources/install_osx_virtualenv.sh; fi
1227

1328
install:
1429
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}

0 commit comments

Comments
 (0)