File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
include :
15
+ - python : " 3.6"
16
+ env : py36-django11
17
+ os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
18
+ - python : " 3.8"
19
+ env : py38-django11
20
+ - python : " 3.9"
21
+ env : py39-django11
22
+
23
+ - python : " 3.6"
24
+ env : py36-django21
25
+ os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
26
+ - python : " 3.8"
27
+ env : py38-django21
28
+ - python : " 3.9"
29
+ env : py39-django21
30
+
15
31
- python : " 3.6"
16
32
env : py36-django32
17
33
os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
+ py{36,38,39}-django11
4
+ py{36,38,39}-django21
3
5
py{36,38,310}-django32
4
6
py{38,39,310}-django40
5
7
py{39,310,311}-django{41,main}
11
13
django41: django<4.2
12
14
django40: django<4.1
13
15
django32: django<3.3
16
+ django21: django<2.2
17
+ django11: django<2.0
14
18
-r{toxinidir}/tests/requirements.txt
15
19
commands =
16
20
pip install -e .
You can’t perform that action at this time.
0 commit comments