summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Django 4.2 tox update (#1189)HEADdevelopJonas Vacek2023-05-141-0/+2
* Officially support Python 3.11 (#1168)Mathieu Pillard2023-01-061-1/+2
* Fix tests with latest `tox`Mathieu Pillard2023-01-061-1/+1
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-6/+1
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-141-4/+3
* Test Django 4.1.x in CI separately from 4.0.x (#1134)Mathieu Pillard2022-08-031-2/+4
* Updated CI matrix. (#1074)Carlton Gibson2021-11-221-6/+4
* Added Django 4.0 to test matrix. (#1072)Carlton Gibson2021-11-221-1/+3
* Remove unused django-discover-runner dependency (#1063)Jaap Roes2021-09-161-1/+0
* Update Django/Python supportBruno Alla2021-04-121-4/+7
* Remove support for python 2.7, 3.4 and django 2.1 (#965)Albert Wang2020-01-021-5/+1
* Django 3 requires python>=3.6Albert Wang2019-12-141-1/+1
* Add support for django 3.0Albert Wang2019-12-141-0/+2
* Add support for python 3.8Albert Wang2019-12-141-3/+4
* Add support for Django 2.2, dropping 2.0 (#941)Mathieu Pillard2019-05-311-3/+3
* Add Django 2.1 and Python 3.7 to the build matrixJohannes Linke2018-10-211-3/+5
* use requirements/tests.txt in tox.iniJohannes Linke2018-10-211-31/+1
* Drop support for Django 1.8, 1.9, 1.10Johannes Linke2018-10-211-4/+1
* Add django 2.0 to the build matrix (#896)Bruno Alla2018-03-101-2/+4
* Drop support for python 3.3, it has reached its EOL and fails on travisJohannes Linke2017-10-081-4/+1
* Add BrotliCompressorFileStorage (#868)lcd12322017-08-271-0/+2
* Test against Python 3.6, update coverage dependency which was broken with 3.6Johannes Linke2017-05-211-2/+5
* Test against django 1.11Johannes Linke2017-05-211-1/+2
* Drop support for Python 3.2Johannes Linke2017-05-111-15/+1
* Fix tox envlist expansionVille Skyttä2016-08-091-1/+1
* Test with Django 1.10Ville Skyttä2016-08-041-1/+2
* Remove deprecated downloadcache setting from tox.ini - was breaking with pip ...Chirag B. Jadwani2016-01-201-1/+0
* Remove test using django-overextends to simplify codebaseMathieu Pillard2015-12-241-3/+0
* Update html5lib to 0.9999999 and fix URLNik Nyby2015-12-161-3/+3
* Remove support for jingoJohannes Linke2015-12-091-3/+0
* Fix importlib and unittest import errorsJohannes Linke2015-12-091-1/+0
* Fix some tests by updating django-sekizaiJohannes Linke2015-12-091-3/+3
* Remove support for coffinJohannes Linke2015-12-091-3/+0
* Remove official support for Django 1.4, 1.7, add 1.9.Mathieu Pillard2015-12-091-22/+2
* Merge pull request #692 from scop/py35Mathieu Pillard2015-12-051-1/+3
|\
| * Test with Python 3.5Ville Skyttä2015-12-051-1/+3
* | Remove rcssmin and rjsmin from the repo and make them proper dependencies. re...Johannes Linke2015-12-041-0/+8
* | Replace cssmin by csscompressor. ref #664Johannes Linke2015-12-041-0/+4
* | Remove support for beautifulsoup 3. ref #664Johannes Linke2015-12-041-1/+1
|/
* Merge pull request #670 from gasman/fix/overextendsMathieu Pillard2015-10-021-0/+4
|\
| * add django-overextends to tox dependenciesMatt Westcott2015-09-271-0/+4
* | On py27, run tests with bs4Johannes Linke2015-09-251-1/+1
|/
* contrib.sekizai: fix double-rendering: use TextNode, not TemplateDaniel Hahler2015-09-221-0/+4
* Remove Django 1.5 and 1.6 from tox and travisCarlton Gibson2015-09-161-4/+1
* Pin versions in requirements/tests.txt & tox.iniCarlton Gibson2015-07-141-37/+36
* Try pinning mock for 3.2 as wellCarlton Gibson2015-07-131-1/+1
* Pin specific version of mock for Python 2.6Carlton Gibson2015-07-131-1/+12
* Fix tests, compressor is not compatible with Coffin 2.0.0.fix-tests-coffin-breakageMathieu Pillard2015-04-201-3/+3
* Bump tox.ini to test with Django 1.8 finalMathieu Pillard2015-04-021-2/+2
* Add 1.8b2 to toxCarlton Gibson2015-03-121-2/+3