This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 99
1010matrix :
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
2626before_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
3838before_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
4242deploy :
You can’t perform that action at this time.
0 commit comments