summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Update tox.ini for newer tox versionsupdate-support-matrixRaphaël Barrois2023-02-281-0/+2
| | | | Keep compatibility with older versions' naming scheme as well.
* Update the support matrixRaphaël Barrois2023-02-281-8/+4
| | | | | | - Add Django 4.1 - Add Python 3.11 - Drop old versions of Python
* Add support for Django 4.0Raphaël Barrois2021-11-081-0/+2
| | | | | | | The gettext_lazy function has a different name between Django 2.x and 4.x; use the right one according to the version. Closes #113, #121
* Extend test matrix for Python 3.10 / Django 3.2Raphaël Barrois2021-11-081-3/+3
| | | | Django >=3.2.9 is compatible with Python 3.10
* Add support for Django 3.1Raphaël Barrois2021-03-021-1/+3
|
* Add support for Python 3.7 / 3.8Raphaël Barrois2021-03-021-1/+1
|
* Move package metadata to setup.cfgRaphaël Barrois2021-03-021-3/+2
| | | | | | | Instead of relying on setup.py, use setup.cfg. Dev/doc requirements have been moved there as well, under the `doc` and `dev` extras.
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-291-1/+1
|
* Drop support for Python<3.4.Raphaël Barrois2019-08-241-4/+4
|
* Upgrade supported Python and Django versions.packaging/bump-test-environmentRaphaël Barrois2018-06-181-5/+5
| | | | | | | Django: Support the latest released version, and the latest LTS before that version. Python: Add support for python3.6 and pypy3.
* Rearrange test suite.Raphaël Barrois2016-09-011-0/+24
* Use tox * Add a full linting step