]> git.parisson.com Git - timeside-diadems.git/commitdiff
Fix Travis-CI, for which Gsreamer seems to behave diffently. Relax Test on expected...
authorThomas Fillon <thomas@parisson.com>
Sun, 19 Oct 2014 10:05:29 +0000 (12:05 +0200)
committerThomas Fillon <thomas@parisson.com>
Sun, 19 Oct 2014 10:05:29 +0000 (12:05 +0200)
.travis.yml

index 8f5bbdef4b4f0cd612d29387f9eb8efdf1dc6aea..eb204dbfbb6fd69d9f649735972917ca397edaa9 100644 (file)
@@ -25,7 +25,6 @@ before_script:
 - pip install coveralls
 
 script:
- - py.test --collect-only tests --ignore tests/sandbox
  - coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test
 
 after_success: