summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python < 3.7 (#118)Colin Watson2022-12-231-7/+1
* Fix GHA: ubuntu-latest no longer contains Python 3.5 and 3.6 (#117)Michael Howitz2022-12-151-2/+4
* Fix tox lint run + isort imports. (#114)Michael Howitz2022-08-051-4/+14
* Add support for Python 3.10 (#109)Michael Howitz2021-10-181-7/+2
* Configuring for pure-python (#108)Michael Howitz2021-09-061-7/+11
* Add needed check-manifest ignore (#106)Michael Howitz2021-02-091-1/+8
* Configuring for pure-pythonColin Watson2021-01-051-24/+56
* Enable branch coverage and bring it to 100%Colin Watson2021-01-041-1/+1
* Use coverage-python-versionColin Watson2021-01-041-0/+1
* Add a tox lint environment, and make it passColin Watson2020-12-231-1/+11
* Make the resolution order of all fields consistent.issue80Jason Madden2020-03-201-1/+1
* Raise proper validation errors from Int and Float as well as Decimal.issue16Jason Madden2018-08-241-2/+3
* 100% test coverage on Python 3Jason Madden2018-08-141-1/+1
* Add Python 3.7Jason Madden2018-08-141-7/+4
* Add the ability for Object to check schema invariants.Jason Madden2018-08-141-2/+0
* Add Python 3.6, drop Python 3.3.Jason Madden2017-07-101-19/+10
* Add repoze.sphinx.autointerface to 'tox -e docs' environment.Tres Seaver2016-09-141-0/+1
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-4/+4
* Note explicit support for Python 3.5Felix Yan2015-11-071-1/+1
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+1
* Add support for Python 3.3.Tres Seaver2012-11-211-1/+1
* Automate build of Sphinx HTML docs and running doctest snippets via tox.Tres Seaver2012-05-091-1/+11
* Added support for continuous integration using ``tox`` and ``jenkins``.Tres Seaver2012-04-201-0/+35