summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Fix testing with Tox + PoetrySybren A. Stüvel2021-11-241-2/+3
* Add support for Python 3.10Hugo van Kemenade2021-11-031-1/+1
* Manage dependencies with Poetry instead of PipenvSybren A. Stüvel2021-02-241-7/+7
* Declare support for and test Python 3.9Hugo van Kemenade2021-01-101-1/+1
* Tox: fix after removal of PoetrySybren A. Stüvel2020-06-111-1/+0
* Moving back to Pipenv to manage dependenciesSybren A. Stüvel2020-06-111-6/+6
* Add support for Python 3.8Sybren A. Stüvel2020-06-101-1/+1
* Switch from Pipenv to PoetrySybren A. Stüvel2019-08-041-7/+9
* Added mypy for static type checkingSybren A. Stüvel2019-08-041-3/+0
* Drop support for Python 2 and 3.4Sybren A. Stüvel2019-08-041-1/+1
* Fixed testing on older Python versionsSybren A. Stüvel2018-10-231-1/+1
* Fixes for Travis CISybren A. Stüvel2018-09-161-1/+1
* Fixed testing with Travis CI and ToxSybren A. Stüvel2018-09-161-9/+8
* Add support for Python 3.6Hugo2018-02-051-2/+2
* Drop support for EOL Python 3.3Hugo2017-11-291-1/+1
* Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello2017-01-051-0/+1
* Prevent running doctests in 'build' directorySybren A. Stüvel2016-03-291-1/+1
* Dropped support for Python 2.6, its life ended in 2013.Sybren A. Stüvel2016-03-171-1/+1
* Set max line length to 100 for PEP8 tests.Sybren A. Stüvel2016-01-271-0/+3
* Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel2016-01-271-2/+0
* Added Travis CI integrationadamantike2016-01-241-0/+1
* Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel2016-01-221-1/+3
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-2/+0
* Simplified Tox configuration and dropped Python 3.2 support.Sybren A. Stüvel2016-01-131-36/+5
* Dropped support for Python 2.5; Tox doesn't support it any more and it's way ...Sybren A. Stüvel2014-02-021-9/+1
* Added Python 3.3 to tox.iniSybren A. Stüvel2013-09-151-1/+9
* Updated tox dependenciesSybren A. Stüvel2012-06-181-5/+6
* pypy 1.6 (nightly) is now faster than python2.7. Re-enables tests.Yesudeep Mangalapilly2011-08-241-1/+2
* Fixes a silly error.Yesudeep Mangalapilly2011-08-171-1/+1
* Increase test verbosity.Yesudeep Mangalapilly2011-08-161-1/+1
* Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly2011-08-161-1/+1
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-4/+19
* Adds tox configuration to test with multiple python versions.Yesudeep Mangalapilly2011-08-111-0/+32