summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4b072c3..60562de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,6 +55,19 @@ basepython=python2.7
[testenv:gmpy2py39]
basepython=python3.9
+[testenv:instrumental]
+basepython = python2.7
+deps =
+ gmpy2
+ instrumental
+ hypothesis
+ pytest>=4.6.0
+ coverage==4.5.4
+ six
+commands =
+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' {envbindir}/pytest {posargs:src/ecdsa}
+ instrumental -f .instrumental.cov -sr
+
[testenv:coverage]
sitepackages=True
whitelist_externals=coverage