Skip to content

Commit

Permalink
Merge pull request #22 from Djailla/django31
Browse files Browse the repository at this point in the history
Test against Django 3.1
  • Loading branch information
FlipperPA committed Aug 9, 2020
2 parents 705e87f + 7397c36 commit 617c444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ python:
env:
- TOXENV=dj22
- TOXENV=dj30
- TOXENV=dj31

cache:
directories:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# By moving it out of the way (~500MB), we trim test execution time by > 80%.
toxworkdir = {homedir}/.toxenvs/django-click
envlist =
dj{22,30},flake8
dj{22,30,31},flake8

[testenv]
usedevelop = true
Expand All @@ -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}


Expand Down

0 comments on commit 617c444

Please sign in to comment.