[tor-commits] [bridgedb/master] Remove coverage html report generation from .travis.yml directives.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:33 UTC 2014


commit 4d0cd7cd57c9b207f70c1e60d6bd86ac2f68292f
Author: Isis Lovecruft <isis at torproject.org>
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:





More information about the tor-commits mailing list