Skip to content

Commit 617c444

Browse files
authored
Merge pull request #22 from Djailla/django31
Test against Django 3.1
2 parents 705e87f + 7397c36 commit 617c444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ python:
1616
env:
1717
- TOXENV=dj22
1818
- TOXENV=dj30
19+
- TOXENV=dj31
1920

2021
cache:
2122
directories:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# By moving it out of the way (~500MB), we trim test execution time by > 80%.
55
toxworkdir = {homedir}/.toxenvs/django-click
66
envlist =
7-
dj{22,30},flake8
7+
dj{22,30,31},flake8
88

99
[testenv]
1010
usedevelop = true
@@ -16,6 +16,7 @@ deps =
1616
-rrequirements-test.txt
1717
dj22: django>=2.2,<2.3
1818
dj30: django>=3.0,<3.1
19+
dj31: django>=3.1,<3.2
1920
commands = py.test -rxs --cov-report= --cov-append --cov djclick {posargs:djclick}
2021

2122

0 commit comments

Comments
 (0)