Commit graph

10 commits

Author SHA1 Message Date
Emil Stenström
3cdcf343ce Fix incorrect URL in setup.py. 2020-06-11 21:29:38 +02:00
Emil Stenström
e143a6f455 Bump version. 2020-06-08 00:06:01 +02:00
Emil Stenström
914476dc36 Bump version. 2020-06-06 11:34:04 +02:00
Emil Stenström
45ee016169 Bump version. 2020-06-06 09:11:53 +02:00
Emil Stenström
5356546efd Rename package and upload to pypi. 2020-02-08 10:22:07 +01:00
Emil Stenström
de59992288 Add more metadata about project. 2020-02-08 10:09:34 +01:00
Emil Stenström
40ebd6b936 Install isort and fix all imports. 2019-11-24 11:09:14 +01:00
Ryan Hiebert
69ea93fd4e Mark Django 1.7 as supported in setup.py 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