diff options
author | Mark Adams <mark@markadams.me> | 2014-12-18 18:01:39 -0600 |
---|---|---|
committer | Mark Adams <mark@markadams.me> | 2014-12-18 20:03:43 -0600 |
commit | a25e168d37fa628dabf58319831ccc1805cd7eb5 (patch) | |
tree | d58ec66b7aee3b4d50eab7848a556f98d74b0fa8 /tox.ini | |
parent | a517b0caa690126647fbdbc29db626c57d37975f (diff) | |
download | pyjwt-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.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,6 +4,5 @@ envlist = py26, py27, py32, py33, py34 [testenv] deps = cryptography - ecdsa unittest2 commands = {envpython} setup.py test |