summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Mypy as pre-commit check + api_jws typing (#787)Julian Maurin2022-08-031-6/+0
* Remove support for python3.6 (#777)Stephen Rosen2022-07-041-2/+1
* Adjust expected exceptions in option merging tests for PyPy3 (#763)Michał Górny2022-05-261-1/+4
* Add support for Python 3.10 (#699)Hugo van Kemenade2021-10-181-0/+1
* Simplify tox configuration (#573)Jon Dufresne2020-12-211-9/+2
* Drop lint environment from GitHub actions in favor of pre-commit.ci (#571)Jon Dufresne2020-12-211-1/+1
* Fix tox "manifest" environment to pass (#566)Jon Dufresne2020-12-211-9/+1
* Tighten bytes/str boundaries and remove unnecessary coercing (#547)Jon Dufresne2020-12-171-1/+1
* Update typing syntax and usage for Python 3.6+ (#535)Jon Dufresne2020-12-161-1/+1
* Drop unknown pytest config option: strict (#537)Jon Dufresne2020-12-161-1/+0
* Run tests against Python 3.9 and add trove classifier (#522)Michael K2020-10-091-3/+4
* Fix tox conditional extras (#512)José Padilla2020-08-221-1/+1
* Setup GH Actions (#499)José Padilla2020-08-191-11/+77
* Specify the target Python version for mypy (#497)Jon Dufresne2020-06-191-1/+1
* Move setup information to declarative setup.cfg (#495)Jon Dufresne2020-06-111-2/+2
* Add support of python 3.8 (#452)Bastien Vallet2019-12-271-3/+3
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-121-1/+6
* DX Tweaks (#450)José Padilla2019-10-211-12/+13
* Run mypy with tox (#421)José Padilla2019-05-041-1/+6
* Invoke pytest directly. Avoids use of easy_install and interaction between fl...Jason R. Coombs2019-05-041-5/+3
* Support Python 3.7 (#375)kreutz-hs2018-11-021-1/+1
* Run tests for python 3.7 (#379)purificant2018-11-011-1/+1
* RFC: Add type hints (#344)Jacopo Farina2018-04-081-1/+1
* Attempt to drop support for python 2.6 and 3.3 (refs #297)Landon GB2017-10-191-1/+1
* enable testing with python 3.62017-05-131-1/+1
* Add Python 3.5 to CI buildsadd-python-35Mark Adams2016-05-061-1/+1
* Removed unneeded dependencies in tox.iniMark Adams2015-10-091-3/+0
* Fixed tox.ini where flake8 wasn't running properly.Mark Adams2015-05-181-2/+2
* Removed py32 references to match #159Mark Adams2015-05-171-1/+1
* refactor scripts, testing, travis and toxGabi Davar2015-05-171-43/+8
* Removed all references to unittestMark Adams2015-04-141-1/+0
* Changed to use Pytest as the test runner #111Mark Adams2015-04-141-21/+17
* Merge pull request #103 from mark-adams/contrib-algorithmsJosé Padilla2015-03-171-2/+23
|\
| * Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.Mark Adams2015-03-151-2/+23
* | Moved flake8 max-line-length option from tox.ini to setup.cfg so that it work...Mark Adams2015-03-151-1/+1
|/
* Made several changes to testing to increase code coverageMark Adams2015-01-251-2/+30
* Made a few changes to improve testingMark Adams2015-01-241-1/+5
* Add Coverage and Coveralls setupJosé Padilla2015-01-201-1/+1
* Updates after ownership transferJosé Padilla2015-01-181-1/+1
* Added some missing ensure_bytes in a couple of the tests.Mark Adams2014-12-181-1/+0
* Modified RSA algorithms to use cryptography library instead of PyCryptoMark Adams2014-12-181-1/+1
* Added reference to unittest2 so that Python 2.6 can use skipIfMark Adams2014-12-171-0/+1
* Merge pull request #40 from sullivanmatt/masterJosé Padilla2014-10-211-1/+3
|\
| * Adding ecdsa library to test requirements.Matthew Sullivan2014-09-221-1/+3
* | Add py34 (tested OK on Ubuntu 14.04).Pieter Ennes2014-10-211-1/+1
|/
* Add tox configuration fileJosé Padilla2014-02-081-0/+6