From: Paul Brossier Date: Fri, 22 Apr 2016 01:07:48 +0000 (+0200) Subject: .travis.yml: test_python / test_python_osx on linux / osx X-Git-Tag: 0.4.4~300^2~255 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1700a2d886b0ecf4b7b6008877fbeadd38cab0dc;p=aubio.git .travis.yml: test_python / test_python_osx on linux / osx --- diff --git a/.travis.yml b/.travis.yml index 346422ac..2ac0ec65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,8 @@ addons: script: - make build - make build_python - - make test_python + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi - make clean_python - make clean - make distcheck