aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-10 18:54:13 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-10 19:47:50 -0500
commitc024255dda87decd65bd05bd767feda0b43f80c7 (patch)
tree31d0be418c0d65405a14d6ded68d15c50f9dcb73 /tox.ini
parent5266752c9e462ac988af3d222470a68b2950d2d6 (diff)
downloadcryptography-c024255dda87decd65bd05bd767feda0b43f80c7.tar.gz
cryptography-c024255dda87decd65bd05bd767feda0b43f80c7.tar.bz2
cryptography-c024255dda87decd65bd05bd767feda0b43f80c7.zip
move abc, inline introspect method, use six for abcs
* abc moved to cryptography.primitive.interfaces * six added to dependencies * six used to have py2x/py3x compatible abc * nonce abc removed for now
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 4d17ebe8..02d521b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8
deps =
pytest-cov
pretend
+ six
commands = py.test --cov=cryptography/ --cov=tests/
[testenv:docs]