]> git.parisson.com Git - timeside-diadems.git/commitdiff
Try to fix coverage support in Travis - 5th
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 08:52:55 +0000 (10:52 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 08:52:55 +0000 (10:52 +0200)
.travis.yml

index ae5b1f4561f1cfa12044c1bea496e245ca0cfb1a..ccfbf594d0bcfbf121f054023737cbe486de48e2 100644 (file)
@@ -26,7 +26,7 @@ before_script:
 
 script:
 # - py.test tests --ignore tests/sandbox
- - coverage run --source=timeside python setup.py test
+ - coverage run --source=timeside setup.py test
 
 after_success:
  - pip install coveralls