summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2020-01-16 14:39:08 +0100
committerHubert Kario <hkario@redhat.com>2020-01-16 14:44:25 +0100
commit8394231d6cf73c7cfa70a21889c152c48f60f23c (patch)
tree5c8e9d5d35a3a48bbdcd2cd02f2273d94abf8284 /tox.ini
parent59b1a14dab32ae6a6dc907760619464b60941dab (diff)
downloadecdsa-8394231d6cf73c7cfa70a21889c152c48f60f23c.tar.gz
fix also python-coverage
the new coverage package breaks API so pin it to version that works with coveralls
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 23d401f..4c2b030 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ deps =
py: pytest
py: hypothesis
py{33}: wheel<0.30
- coverage
+ coverage==4.5.4
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
[testenv:py27_old_gmpy]