From 1700a2d886b0ecf4b7b6008877fbeadd38cab0dc Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 03:07:48 +0200 Subject: [PATCH] .travis.yml: test_python / test_python_osx on linux / osx --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0