[bridgedb/develop] Add coverage rcfile for travis commands.

1 May
2014
1 May
'14
1:02 a.m.
commit f736ed17d3184d90f50f95d2bd838e0d619f45b3 Author: Isis Lovecruft <isis@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
4083
Age (days ago)
4083
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org