summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Manganiello <adamantike@users.noreply.github.com>2017-01-05 09:51:12 -0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-01-05 13:51:12 +0100
commit0c906333048f1760d27e579ce5fd7a140ee2b62c (patch)
treef15f81e1c64d53368e7e85f4a281817f716f9fc4 /tox.ini
parentdc57888fe2ead24f111aee4c38427a8f411a5eb6 (diff)
downloadrsa-git-0c906333048f1760d27e579ce5fd7a140ee2b62c.tar.gz
Remove custom PrivateKey exponents/coefficient (#71)
Thanks for the improvements!
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 be38566..ae49b27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ deps=pyasn1 >=0.1.3
PyTest
pytest-xdist
pytest-cov
+ mock
[testenv:py35]
commands=py.test --doctest-modules rsa tests