Skip to content

Commit

Permalink
Add QA for Django 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Apr 11, 2021
1 parent 8683380 commit d031a4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- 3.6

env:
- DJANGO="Django>=3.2,<3.3"
- DJANGO="Django>=3.1,<3.2"
- DJANGO="Django>=3.0,<3.1"
- DJANGO="Django>=2.2,<2.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version():
test_suite='tests',
tests_require=[
'pytest',
'pytest-djangoapp>=0.9.0',
'pytest-djangoapp>=0.15.1',
],

classifiers=[
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-django{20,21,22,30,31}
py{36,37,38}-django{20,21,22,30,31,32}

install_command = pip install {opts} {packages}
skip_missing_interpreters = True
Expand All @@ -14,3 +14,4 @@ deps =
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django32: Django>=3.2,<3.3

0 comments on commit d031a4f

Please sign in to comment.