summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2019-09-27 17:50:10 +0200
committerHubert Kario <hkario@redhat.com>2019-09-27 18:24:46 +0200
commit2c3db7c5724ff4983c744d4594935209e36400d3 (patch)
treeddc14730e43a595b39773eac214c7f362379371a /tox.ini
parent710e7c882437d4381b3ac14e523cdf59a295b084 (diff)
downloadecdsa-2c3db7c5724ff4983c744d4594935209e36400d3.tar.gz
ensure that the encoding is actually the minimal one for length and integer
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 6c20854..c9b848c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ envlist = py26, py27, py33, py34, py35, py36, py37, pypy, pypy3
deps =
py{33}: py<1.5
py{33}: pytest<3.3
+ py{26}: unittest2
py{26,27,34,35,36,37,py,py3}: pytest
py{33}: wheel<0.30
coverage