summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2014-12-18 18:01:39 -0600
committerMark Adams <mark@markadams.me>2014-12-18 20:03:43 -0600
commita25e168d37fa628dabf58319831ccc1805cd7eb5 (patch)
treed58ec66b7aee3b4d50eab7848a556f98d74b0fa8 /tox.ini
parenta517b0caa690126647fbdbc29db626c57d37975f (diff)
downloadpyjwt-a25e168d37fa628dabf58319831ccc1805cd7eb5.tar.gz
Added some missing ensure_bytes in a couple of the tests.
Consolidated testing variables for has_rsa and has_ecdsa into has_crypto. Updated README and dependencies in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7c3d876..2c650a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,5 @@ envlist = py26, py27, py32, py33, py34
[testenv]
deps =
cryptography
- ecdsa
unittest2
commands = {envpython} setup.py test