Skip to content

Commit

Permalink
Merge pull request #688 from michael-k/django-2.0
Browse files Browse the repository at this point in the history
Run tests against Django 2.0
  • Loading branch information
etianen committed Dec 13, 2017
2 parents 4308973 + 54a48d4 commit 0b2e5aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
coverage-erase
test-{py27,py35,py36}-django{18,19,110,111}
test-{py35,py36}-django{20}
coverage-report
flake8
docs
Expand All @@ -13,7 +14,8 @@ deps =
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11a,<2.0
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
psycopg2>=2.6.1
mysqlclient>=1.3.12
coverage>=4.1
Expand Down

0 comments on commit 0b2e5aa

Please sign in to comment.