]> git.parisson.com Git - timeside.git/commitdiff
Travis-CI: remove coverage support
authorThomas Fillon <thomas@parisson.com>
Fri, 28 Nov 2014 17:34:03 +0000 (18:34 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Dec 2014 16:18:59 +0000 (17:18 +0100)
.travis.yml

index be7992ef39a216a84c34eeba2262825126a8abef..abdec9c54972470bdbccba5248dd4c6ece76ffb2 100644 (file)
@@ -20,11 +20,12 @@ install:
 
 # command to run tests
 before_script:
- - pip install coverage
#- pip install coverage
 
 script:
- - 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
+ #- 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
+ - python setup.py test
 
 after_success:
- - pip install coveralls
- - coveralls
\ No newline at end of file
#- pip install coveralls
#- coveralls
\ No newline at end of file