We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2976ce3 commit 0b88e06Copy full SHA for 0b88e06
.travis.yml
@@ -9,12 +9,13 @@ python:
9
env:
10
- DJANGO="Django>=1.11,<2.0"
11
- DJANGO="Django>=2.0,<2.3"
12
+ - DJANGO="Django>=3.0,<3.1"
13
matrix:
14
exclude:
15
- python: "2.7"
- env: DJANGO="Django>=2.0,<2.3"
16
+ env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
17
- python: "pypy"
18
19
before_install:
20
- pip install poetry
21
install:
0 commit comments