Skip to content

Commit 15be12e

Browse files
author
Ross Mechanic
authored
Added django 3.0 to test matrix (#613)
1 parent ec0dca3 commit 15be12e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- DJANGO="Django>=2.0,<2.1"
1616
- DJANGO="Django>=2.1,<2.2"
1717
- DJANGO="Django>=2.2,<2.3"
18-
- DJANGO="Django==3.0rc1"
18+
- DJANGO="Django>=3.0,<3.1"
1919

2020
install:
2121
- pip install -U coverage codecov
@@ -50,10 +50,10 @@ matrix:
5050
- python: 3.4
5151
env: DJANGO="Django>=2.2,<2.3"
5252
- python: 2.7
53-
env: DJANGO="Django==3.0rc1"
53+
env: DJANGO="Django>=3.0,<3.1"
5454
- python: 3.4
55-
env: DJANGO="Django==3.0rc1"
55+
env: DJANGO="Django>=3.0,<3.1"
5656
- python: 3.5
57-
env: DJANGO="Django==3.0rc1"
57+
env: DJANGO="Django>=3.0,<3.1"
5858

5959
after_success: codecov

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py{34,35,36,37}-django20,
55
py{35,36,37}-django21,
66
py{35,36,37,38}-django22,
7+
py{36,37,38}-django30,
78
py{36,37,38}-djangotrunk,
89
docs, flake8
910

0 commit comments

Comments
 (0)