diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-10 18:54:13 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-10 19:47:50 -0500 |
commit | c024255dda87decd65bd05bd767feda0b43f80c7 (patch) | |
tree | 31d0be418c0d65405a14d6ded68d15c50f9dcb73 /tox.ini | |
parent | 5266752c9e462ac988af3d222470a68b2950d2d6 (diff) | |
download | cryptography-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |