Skip to content

Commit

Permalink
Add django 3.2 and 3.1 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Apr 9, 2021
1 parent 0ea5f43 commit d36ed0f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ executors:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
working_directory: ~/project
docker-executor-py39:
docker:
- image: cimg/python:3.9
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
working_directory: ~/project

commands:
save_pip_cache:
Expand Down Expand Up @@ -163,21 +170,37 @@ workflows:
- mypy
- setup_project
- test-tox:
name: test-tox-py39-django32
py: "39"
django: "32"
requires:
- test
- test-tox:
name: test-tox-py38-django31
py: "38"
django: "31"
requires:
- test
- test-tox:
name: test-tox-py37-django30
py: "37"
django: "30"
requires:
- test
- test-tox:
name: test-tox-py37-django22
py: "37"
django: "22"
requires:
- test
- test-tox:
name: test-tox-py36-django21
py: "36"
django: "21"
requires:
- test
- test-tox:
name: test-tox-py36-django20
py: "36"
django: "20"
requires:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ deps =
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django32: Django>=3.2,<3.3
djangomaster: https://github.com/django/django/archive/master.tar.gz
py{35,36}-django{111,20,21,22}: djangorestframework>=3.11,<3.12
-rrequirements/requirements-testing-base.txt
Expand Down

0 comments on commit d36ed0f

Please sign in to comment.