[tor-commits] [bridgedb/develop] Add coverage rcfile for travis commands.
isis at torproject.org
isis at torproject.org
Thu May 1 01:02:42 UTC 2014
commit f736ed17d3184d90f50f95d2bd838e0d619f45b3
Author: Isis Lovecruft <isis at 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
More information about the tor-commits
mailing list