mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-19 10:01:08 +00:00
tox updated for django 2.0
This commit is contained in:
parent
d84b386a8b
commit
6daa017634
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,6 +5,7 @@ envlist =
|
|||
# py{27,34}-{django17,django18}
|
||||
py{27,34,35,36,py}-{django18,django19}
|
||||
py{27,35,36,py}-{django110,django111}
|
||||
py{35,36,py}-{django20}
|
||||
#flake8,
|
||||
#isort
|
||||
|
||||
|
|
@ -19,6 +20,7 @@ deps =
|
|||
django19: -r{toxinidir}/examples/requirements/django_1_9.txt
|
||||
django110: -r{toxinidir}/examples/requirements/django_1_10.txt
|
||||
django111: -r{toxinidir}/examples/requirements/django_1_11.txt
|
||||
django20: -r{toxinidir}/examples/requirements/django_2_0.txt
|
||||
commands =
|
||||
# {envpython} examples/simple/manage.py test {posargs:fobi} --settings=settings.test --traceback -v 3
|
||||
{envpython} runtests.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue