commit f736ed17d3184d90f50f95d2bd838e0d619f45b3
Author: Isis Lovecruft <i...@torproject.org>
Date:   Wed Apr 30 22:08:55 2014 +0000

    Add coverage rcfile for travis commands.
---
 .travis.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 69f1c19..4a21528 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,8 @@ install:
   - make install
 
 script:
-  - coverage run $(which trial) ./lib/bridgedb/test/test_*.py
-  - coverage report
+  - coverage run --rcfile=".coveragerc" $(which trial) 
./lib/bridgedb/test/test_*.py
+  - coverage report --rcfile=".coveragerc"
 
 after_success:
   - coveralls



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to