[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Remove coverage html report generation from .travis.yml directives.
commit 4d0cd7cd57c9b207f70c1e60d6bd86ac2f68292f
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date: Tue Nov 19 08:35:08 2013 +0000
Remove coverage html report generation from .travis.yml directives.
---
.travis.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5955a13..8a40798 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,14 +40,12 @@ install:
# # For testing with CouchDB
# - curl -X PUT localhost:5984/myapp_test
-# command to run tests, e.g. python setup.py test
script:
- bridgedb mock -n 250
# Normally, we would do 'bridgedb test' here, but to run with coverage we
# have to do this instead:
- coverage run $(which trial) ./lib/bridgedb/test/test_*
- coverage report
- - coverage html
- echo "Build successful."
after_success:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits