]> git.parisson.com Git - timeside-diadems.git/commitdiff
Ignore Yaafe and Aubio for coverage in Travis
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 09:38:39 +0000 (11:38 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 09:38:39 +0000 (11:38 +0200)
.travis.yml

index 9ab58d5b33a31c0d7879001ef7d0fe731cf108b6..61f1ac82ed2823664231229275da7874638189d4 100644 (file)
@@ -26,8 +26,7 @@ before_script:
 - python tests/get_samples.py
 
 script:
-# - py.test tests --ignore tests/sandbox
- - coverage run --source=timeside setup.py test
+ - coverage run --source=timeside --omit=timeside/analyzer/aubio_*.py --omit=timeside/analyzer/yaafe.py --omit=timeside/analyzer/limsi_sad.py setup.py test
 
 after_success:
  - coveralls
\ No newline at end of file