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.
2 parents 705e87f + 7397c36 commit 617c444Copy full SHA for 617c444
.travis.yml
@@ -16,6 +16,7 @@ python:
16
env:
17
- TOXENV=dj22
18
- TOXENV=dj30
19
+ - TOXENV=dj31
20
21
cache:
22
directories:
tox.ini
@@ -4,7 +4,7 @@
4
# By moving it out of the way (~500MB), we trim test execution time by > 80%.
5
toxworkdir = {homedir}/.toxenvs/django-click
6
envlist =
7
- dj{22,30},flake8
+ dj{22,30,31},flake8
8
9
[testenv]
10
usedevelop = true
@@ -16,6 +16,7 @@ deps =
-rrequirements-test.txt
dj22: django>=2.2,<2.3
dj30: django>=3.0,<3.1
+ dj31: django>=3.1,<3.2
commands = py.test -rxs --cov-report= --cov-append --cov djclick {posargs:djclick}
0 commit comments