mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Added django 1.10 tests
This commit is contained in:
parent
07a00c44ee
commit
01fa669e98
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
{py27,py33,py34,py35,pypy}-django-{17,18,19},
|
||||
{py27,py33,py34,py35,pypy}-django-{18,19,110},
|
||||
{py27,py35,pypy}-django-master
|
||||
|
||||
[testenv]
|
||||
|
|
@ -14,9 +14,9 @@ deps =
|
|||
redis
|
||||
coverage
|
||||
django-picklefield
|
||||
django-17: Django>=1.7,<1.8
|
||||
django-18: Django>=1.8,<1.9
|
||||
django-19: Django>=1.9,<1.10
|
||||
django-110: Django>=1.10,<1.11
|
||||
django-master: https://github.com/django/django/archive/master.tar.gz
|
||||
usedevelop = true
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Reference in a new issue