Skip to content

Commit 2273354

Browse files
committed
add instrumental to tox config
1 parent 29f5366 commit 2273354

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tox.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ basepython=python2.7
5555
[testenv:gmpy2py39]
5656
basepython=python3.9
5757

58+
[testenv:instrumental]
59+
basepython = python2.7
60+
deps =
61+
gmpy2
62+
instrumental
63+
hypothesis
64+
pytest>=4.6.0
65+
coverage==4.5.4
66+
six
67+
commands =
68+
instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' {envbindir}/pytest {posargs:src/ecdsa}
69+
instrumental -f .instrumental.cov -sr
70+
5871
[testenv:coverage]
5972
sitepackages=True
6073
whitelist_externals=coverage

0 commit comments

Comments
 (0)