mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Add django1.10 to the list of tests env (#353)
This commit is contained in:
parent
9618440e6d
commit
be14c14783
7
tox.ini
7
tox.ini
|
@ -1,9 +1,9 @@
|
||||||
[tox]
|
[tox]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist =
|
envlist =
|
||||||
{py27}-django-{18,19}
|
{py27}-django-{18,19,110}
|
||||||
{py34}-django-{18,19}
|
{py34}-django-{18,19,110}
|
||||||
{py35}-django-{18,19}
|
{py35}-django-{18,19,110}
|
||||||
{py27,py35}-flake8
|
{py27,py35}-flake8
|
||||||
isort
|
isort
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ deps =
|
||||||
isort: isort
|
isort: isort
|
||||||
django-18: Django>=1.8,<1.9
|
django-18: Django>=1.8,<1.9
|
||||||
django-19: Django>=1.9,<1.10
|
django-19: Django>=1.9,<1.10
|
||||||
|
django-110: Django>=1.10,<1.11
|
||||||
commands =
|
commands =
|
||||||
flake8: flake8
|
flake8: flake8
|
||||||
isort: isort -c -rc channels
|
isort: isort -c -rc channels
|
||||||
|
|
Loading…
Reference in New Issue
Block a user