[tor-commits] [bridgedb/develop] Switch to Makefile `coverage-test`	directive in .travis.yml.
    isis at torproject.org 
    isis at torproject.org
       
    Thu May  1 01:02:42 UTC 2014
    
    
  
commit bcacd84c6bf3876280cc1f704cc2db8f18e2d67d
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Apr 30 22:52:08 2014 +0000
    Switch to Makefile `coverage-test` directive in .travis.yml.
---
 .travis.yml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4a21528..09bfe59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,7 @@ install:
   - make install
 
 script:
-  - coverage run --rcfile=".coveragerc" $(which trial) ./lib/bridgedb/test/test_*.py
-  - coverage report --rcfile=".coveragerc"
+  - make coverage-test
 
 after_success:
   - coveralls
    
    
More information about the tor-commits
mailing list