]> git.parisson.com Git - timeside-diadems.git/commitdiff
Try to fix Travis CI - check tests collection
authorThomas Fillon <thomas@parisson.com>
Sat, 18 Oct 2014 07:40:16 +0000 (09:40 +0200)
committerThomas Fillon <thomas@parisson.com>
Sat, 18 Oct 2014 07:40:16 +0000 (09:40 +0200)
.travis.yml

index eb204dbfbb6fd69d9f649735972917ca397edaa9..8f5bbdef4b4f0cd612d29387f9eb8efdf1dc6aea 100644 (file)
@@ -25,6 +25,7 @@ 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: