Skip to content

Commit bb513ad

Browse files
committed
Make CircleCI run tests against Django 3.1
1 parent d696d9c commit bb513ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- run:
2222
name: Run tests
23-
command: tox -e 'py36-dj{20,21,22,30}'
23+
command: tox -e 'py36-dj{20,21,22,30,31}'
2424
environment:
2525
DATABASE_URL: 'postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
2626

@@ -44,7 +44,7 @@ jobs:
4444

4545
- run:
4646
name: Run tests
47-
command: tox -e 'py37-dj{20,21,22,30}'
47+
command: tox -e 'py37-dj{20,21,22,30,31}'
4848
environment:
4949
DATABASE_URL: 'postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
5050

@@ -68,7 +68,7 @@ jobs:
6868

6969
- run:
7070
name: Run tests
71-
command: tox -e 'py38-dj{20,21,22,30}'
71+
command: tox -e 'py38-dj{20,21,22,30,31}'
7272
environment:
7373
DATABASE_URL: 'postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
7474

@@ -99,7 +99,7 @@ jobs:
9999

100100
- run:
101101
name: Run tests
102-
command: tox -e 'py39-dj{21,22,30}'
102+
command: tox -e 'py39-dj{21,22,30,31}'
103103
environment:
104104
DATABASE_URL: 'postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
105105

@@ -112,7 +112,7 @@ jobs:
112112

113113
analysis:
114114
docker:
115-
- image: python:3.7-alpine
115+
- image: python:3.8-alpine
116116
steps:
117117
- checkout
118118
- run:

0 commit comments

Comments
 (0)