[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Add coverage rcfile for travis commands.
commit f736ed17d3184d90f50f95d2bd838e0d619f45b3
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits