summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2019-11-30 15:13:55 +0100
committerHubert Kario <hubert@kario.pl>2019-12-02 23:39:48 +0100
commit73a245f4562859c241943f8ae087c51b53895dc3 (patch)
tree23cac5d4f534b15073dab33870ef555162ddf758 /tox.ini
parent70dd6ecbd22ecc22c1827d7bd18e9952c2f4c8f1 (diff)
downloadecdsa-73a245f4562859c241943f8ae087c51b53895dc3.tar.gz
silence tox about commands external to testenv
such use will not work in tox 4, so fix it before it breaks
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 99ee89b..5828022 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,6 +57,7 @@ basepython=python3.8
[testenv:coverage]
sitepackages=True
+whitelist_externals=coverage
commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
[testenv:speed]