Commit graph

12 commits

Author SHA1 Message Date
Emil Stenström
2c95b0930f Remove support for Python < 3.6 and Django < 2.2. 2021-02-12 21:10:33 +01:00
Emil Stenström
710a406a7b Tox-gh-actions does not support 3.4, so remove it. 2021-01-17 23:30:41 +01:00
Emil Stenström
0ecf1fc45b Add GitHub Action for running tests. 2021-01-17 23:25:56 +01:00
Emil Stenström
88fe2fc3b7 Add support for Python 3.9, Django 3.1 and drop unsupported combinations. 2020-12-14 20:44:23 +01:00
Emil Stenström
bf8fee70c3 Upgrade to latest version of isort. 2020-11-02 15:09:02 +01:00
Emil Stenström
ff2a674200 Add flake8 and isort to CI. 2020-06-07 08:46:06 +02:00
Emil Stenström
f3eb1d373e Upgrade tox environment to supprort django 3. 2020-02-08 10:30:10 +01:00
Emil Stenström
458b5383e0 Fix modern django compatibility. 2019-11-23 19:04:10 +01:00
Emil Stenström
d280fa84a8 Update tox to run against all valid python/django combination. 2019-11-23 18:26:37 +01:00
Ryan Hiebert
f435762773 Add Django 1.7 to the build matrix 2015-06-22 13:16:56 -05:00
Ryan Hiebert
0f52cb845e More clearly define support
This started out as a plan to support Django 1.7 and 1.8, and on all
current versions of Python. This turned into supporting Django 1.8 on
Python 2.7, 3.3, and 3.4 only.

The tests don't pass under Django 1.7 because 1.8 introduced new
settings for configuring templates. Because of this the install_requires
section of setup.py declares that it must be using Django 1.8+.

Python 3.3 support was added, since that's a supported version of Python
under Django 1.8.

Also added pytest-xdist to the tox dependencies, to support running

    tox -e py34 -- -f

in order to have it watch and rerun the tests in development.
2015-06-14 21:25:27 -05:00
Ryan Hiebert
bc2950e1b4 Use tox to test 2015-06-13 13:42:27 -05:00