[tor-commits] [bridgedb/master] Update coverage==3.7 to coverage==3.7.1 for TravisCI and setup.py.

isis at torproject.org isis at torproject.org
Fri Jun 6 23:39:14 UTC 2014


commit 12e42c89a41189d01874de84939360c7df4ac0bf
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed May 21 01:08:16 2014 +0000

    Update coverage==3.7 to coverage==3.7.1 for TravisCI and setup.py.
---
 .travis.yml |    2 +-
 setup.py    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e95fb6c..7281650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ python:
 
 install:
   - pip install -r requirements.txt
-  - pip install --no-use-wheel leekspin==0.1.3 coverage==3.7 coveralls==0.4.2 sure==1.2.2
+  - pip install --no-use-wheel leekspin==0.1.3 coverage==3.7.1 coveralls==0.4.2 sure==1.2.2
   - make install
 
 script:
diff --git a/setup.py b/setup.py
index fbb6602..4654415 100644
--- a/setup.py
+++ b/setup.py
@@ -284,7 +284,7 @@ setuptools.setup(
               'bridgedb.test'],
     scripts=['scripts/bridgedb'],
     extras_require={'test': ["sure==1.2.2",
-                             "coverage==3.7",
+                             "coverage==3.7.1",
                              "leekspin==0.1.3"]},
     zip_safe=False,
     cmdclass=get_cmdclass(),





More information about the tor-commits mailing list