Skip to content

Commit 9f205d9

Browse files
committed
Added Django 3.0(b1) to the test matrix
1 parent 7cfbb8c commit 9f205d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ matrix:
3333
env: TOXENV=py36-dj22
3434
- python: 3.7
3535
env: TOXENV=py37-dj22
36+
- python: 3.6
37+
env: TOXENV=py36-dj30
38+
- python: 3.7
39+
env: TOXENV=py37-dj30
3640
- python: 3.6
3741
env: TOXENV=py36-djmaster
3842
- python: 3.7

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist =
77
py{35,36,37}-dj20
88
py{35,36,37}-dj21
99
py{35,36,37}-dj22
10+
py{36,37}-dj30
1011
py{36,37}-djmaster
1112
postgresql
1213
mariadb
@@ -17,6 +18,7 @@ deps =
1718
dj20: Django==2.0.*
1819
dj21: Django==2.1.*
1920
dj22: Django==2.2.*
21+
dj30: Django>=3.0b1,<3.1
2022
djmaster: https://github.com/django/django/archive/master.tar.gz
2123
coverage
2224
Jinja2

0 commit comments

Comments
 (0)