Skip to content

Commit 0b88e06

Browse files
committed
Add django-3 to test matrix
1 parent 2976ce3 commit 0b88e06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ python:
99
env:
1010
- DJANGO="Django>=1.11,<2.0"
1111
- DJANGO="Django>=2.0,<2.3"
12+
- DJANGO="Django>=3.0,<3.1"
1213
matrix:
1314
exclude:
1415
- python: "2.7"
15-
env: DJANGO="Django>=2.0,<2.3"
16+
env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
1617
- python: "pypy"
17-
env: DJANGO="Django>=2.0,<2.3"
18+
env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
1819
before_install:
1920
- pip install poetry
2021
install:

0 commit comments

Comments
 (0)