Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit bd3277c

Browse files
committed
Enable travis osx
1 parent 83dbd2d commit bd3277c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ env:
99

1010
matrix:
1111
include:
12-
# - os: osx
13-
# python: 2.7
14-
# - os: osx
15-
# python: 3.5
16-
# - os: osx
17-
# python: 3.6
12+
- os: osx
13+
python: 2.7
14+
- os: osx
15+
python: 3.5
16+
- os: osx
17+
python: 3.6
1818
- os: linux
1919
python: 2.7
2020
- os: linux
@@ -24,8 +24,8 @@ matrix:
2424
env: BUILD_SDIST=true ENABLE_LIBSPHINXAD=1
2525

2626
before_install:
27-
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
28-
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install swig; fi
27+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
28+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install swig; fi
2929
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
3030
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y swig libpulse-dev; fi
3131

@@ -36,7 +36,7 @@ script:
3636
- python setup.py test
3737

3838
before_deploy:
39-
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python setup.py bdist_wheel; fi
39+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python setup.py bdist_wheel; fi
4040
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$BUILD_SDIST" == "true" ]]; then python setup.py sdist; fi
4141

4242
deploy:

0 commit comments

Comments
 (0)