~netlandish/django-wiki

d5d5ddf2e5635ff63743c1c0c173c9904d4701dc — Raffaele Salmaso 6 years ago 0edc524
Update tox.ini to django 2.0
1 files changed, 3 insertions(+), 1 deletions(-)

M tox.ini
M tox.ini => tox.ini +3 -1
@@ 1,6 1,6 @@
[tox]
# Ensure you add to .travis.yml if you add here, using `tox -l`
envlist = {py34,py35,py36}-django{111},lint
envlist = {py34,py35,py36}-django{111,20},lint


[travis]


@@ 12,6 12,7 @@ python =
[travis:env]
DJANGO =
  1.11: django111
  2.0: django20
LINT =
  yes: lint



@@ 35,6 36,7 @@ usedevelop = false
deps =
  .[test]
  django111: Django>=1.11,<2.0
  django20: Django>=2.0,<2.1

basepython =
  py34: python3.4