mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00
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.
This commit is contained in:
parent
ef663e4478
commit
0f52cb845e
3 changed files with 4 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -7,6 +7,6 @@ setup(
|
|||
'Private :: Do Not Upload',
|
||||
],
|
||||
install_requires=[
|
||||
'Django>=1.5'
|
||||
'Django>=1.8'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue