IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
94 stars 55 forks source link

Added tox #12

Closed maennel closed 9 years ago

maennel commented 9 years ago

A basic tox configuration...

maennel commented 9 years ago

@rohe Your modifications with the travis config adapted makes pyjwkest tests run properly now. I've also added tox, which allows one to test against different environments locally (e.g. using python 2.7 or 3.4).