summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2021-01-21 18:13:02 +0100
committerHubert Kario <hkario@redhat.com>2021-01-22 21:03:55 +0100
commit9423b8df8a94c03328c912d48ecae0541fc5cbb9 (patch)
tree29273b021909e323cae9405a3f0b2030d9f0bda9 /tox.ini
parent4e059b9ef1ecbed9a761fc7bc682304e5dea5693 (diff)
downloadecdsa-9423b8df8a94c03328c912d48ecae0541fc5cbb9.tar.gz
use Github Actions for CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 60562de..742f3fb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ deps =
py: pytest
py: hypothesis
py{33}: wheel<0.30
- coverage==4.5.4
+ coverage
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
[testenv:py27_old_gmpy]
@@ -62,7 +62,7 @@ deps =
instrumental
hypothesis
pytest>=4.6.0
- coverage==4.5.4
+ coverage
six
commands =
instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' {envbindir}/pytest {posargs:src/ecdsa}