Skip to content

Commit

Permalink
1.11 LTS only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Sep 1, 2018
1 parent f3d329e commit 84b6e0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

[tox]
envlist = django18, django19, django110, django111
envlist = django111
# envlist = django18, django19, django110, django111

[testenv]
commands = python manage.py test
Expand All @@ -13,6 +14,7 @@ deps =
coverage
django-coverage
django-filer
django-polymorphic==1.3

[testenv:django18]
deps =
Expand All @@ -32,4 +34,4 @@ deps =
[testenv:django111]
deps =
django>=1.11, <2.0
{[base]deps}
{[base]deps}

0 comments on commit 84b6e0c

Please sign in to comment.