Skip to content

Commit

Permalink
Make it work with Django 1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Jul 17, 2019
1 parent 3c42a71 commit 606c810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

# NB have to manually install Django - just install the current version as it's purely for use by coverage report.
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

[tox]
envlist =
py{27,36}-django110
py{27,34,35,36}-django111

[testenv]
deps =
django110: django>=1.10,<1.11
django111: django>=1.11,<2.0
changedir =
{toxinidir}/demo_project/
commands =
Expand Down

0 comments on commit 606c810

Please sign in to comment.