summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2016-11-16 15:24:52 -0800
committerBrian Warner <warner@lothar.com>2016-11-16 15:24:52 -0800
commita3f10fbfd210fa0f538c0bfecbcf03b871c04810 (patch)
tree1c80239d295b99ac770b228591d7d2e9854e0ed2 /tox.ini
parent782b97a4286028e90c13bb9b1b2c51a30ab89526 (diff)
downloadecdsa-a3f10fbfd210fa0f538c0bfecbcf03b871c04810.tar.gz
move benchmarks to separate file, add tox environment
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 62aabe3..a91eb40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,4 +14,4 @@ deps =
commands = coverage run -m pytest {posargs:src/ecdsa}
[testenv:speed]
-commands = {envpython} setup.py speed
+commands = {envpython} speed.py