.travis.yml: test_python / test_python_osx on linux / osx
authorPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 01:07:48 +0000 (03:07 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 01:07:48 +0000 (03:07 +0200)
.travis.yml

index 346422a..2ac0ec6 100644 (file)
@@ -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