Merge "Django 2.0 support"
This commit is contained in:
commit
243b5d81af
8
tox.ini
8
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pep8,py35,py27,py27dj18
|
envlist = pep8,py35,py27,py35dj20
|
||||||
minversion = 2.3.2
|
minversion = 2.3.2
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
@ -31,10 +31,10 @@ commands =
|
|||||||
coverage xml --omit '.tox/cover/*' -o 'cover/coverage.xml'
|
coverage xml --omit '.tox/cover/*' -o 'cover/coverage.xml'
|
||||||
coverage html --omit '.tox/cover/*' -d 'cover/htmlcov'
|
coverage html --omit '.tox/cover/*' -d 'cover/htmlcov'
|
||||||
|
|
||||||
[testenv:py27dj18]
|
[testenv:py35dj20]
|
||||||
basepython = python2.7
|
basepython = python3.5
|
||||||
commands =
|
commands =
|
||||||
pip install django>=1.8,<1.9
|
pip install django>=2.0,<2.1
|
||||||
python manage.py test {posargs}
|
python manage.py test {posargs}
|
||||||
|
|
||||||
[testenv:eslint]
|
[testenv:eslint]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user