Skip to content

Commit

Permalink
Add django 2.2 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Apr 14, 2019
1 parent 116ddc0 commit 521af6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=2.1
- DJANGO=2.2
- DJANGO=master

matrix:
Expand All @@ -26,6 +27,8 @@ matrix:
env: DJANGO=1.11
- python: "3.5"
env: DJANGO=2.1
- python: "3.5"
env: DJANGO=2.2
- python: "3.5"
env: DJANGO=master
- python: "3.6"
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist=
py{35,36}-django111-drf{35,36,37,38}
py{35,36,37}-django20-drf{37,38}
py{36,37}-django21-drf{38,39}
py{36,37}-django{21,22}-drf{38,39}
py37-djangomaster-drf39
lint

Expand All @@ -11,6 +11,7 @@ DJANGO=
1.11: django111
2.0: django20
2.1: django21
2.2: django22
master: djangomaster

[flake8]
Expand Down Expand Up @@ -38,6 +39,7 @@ deps=
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
drf35: djangorestframework>=3.5,<3.6
drf36: djangorestframework>=3.6,<3.7
drf37: djangorestframework>=3.7,<3.8
Expand Down

0 comments on commit 521af6f

Please sign in to comment.