Skip to content

Commit

Permalink
add instrumental to tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Dec 7, 2020
1 parent 29f5366 commit 2273354
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit 2273354

Please sign in to comment.