Skip to content

Commit

Permalink
Added QA for Django 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 17, 2019
1 parent 953d4d9 commit 69e37d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.5

env:
- DJANGO="Django>=2.1,<2.2"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=1.11,<1.12"
- DJANGO="Django>=1.10,<1.11"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{35,36}-django{18,19,110,111,200}
py{35,36}-django{18,19,110,111,200,210}

install_command = pip install {opts} {packages}
skip_missing_interpreters = True
Expand Down

0 comments on commit 69e37d7

Please sign in to comment.