projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39122f0
)
.travis.yml: test_python / test_python_osx on linux / osx
author
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 01:07:48 +0000
(
03:07
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 01:07:48 +0000
(
03:07
+0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
346422a
..
2ac0ec6
100644
(file)
--- 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