Skip to content

Commit

Permalink
dropped django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed May 15, 2019
1 parent 4aa37be commit 89bfa0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist =
py{35,36}-django111-{mysql,postgres,sqlite}
py{35,36}-django20-{mysql,postgres,sqlite}
py{35,36}-django21-{mysql,postgres}
py{35,36}-django22-{mysql,postgres}

Expand All @@ -11,7 +10,6 @@ commands = coverage run runtests/manage.py test -v3 --noinput actstream testapp
deps =
coverage>=4.5.1
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
mysql: mysqlclient>=1.4.2,<1.5
Expand All @@ -30,7 +28,6 @@ passenv = TRAVIS
[travis:env]
DJANGO =
1.11: django111
2.0: django20
2.1: django21
2.2: django22
DATABASE =
Expand Down

0 comments on commit 89bfa0e

Please sign in to comment.