File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- lint-py36 ,
4
- readme-py36 ,
5
- docs-py36 ,
3
+ lint-py39 ,
4
+ readme-py39 ,
5
+ docs-py39 ,
6
6
py35-django{22},
7
7
py36-django{22,31},
8
8
py37-django{22,31},
9
9
py38-django{22,31},
10
+ py39-django{22,31},
10
11
pypy3-django{22,31},
11
12
12
13
[gh-actions]
13
14
python =
14
15
3.5: py35
15
16
3.6: py36
16
17
3.7: py37
17
- 3.8: py38, lint, restlint
18
+ 3.8: py38
19
+ 3.9: py39, lint, restlint
18
20
pypy3: pypy3
19
21
20
22
[testenv]
@@ -29,20 +31,20 @@ deps =
29
31
commands =
30
32
pytest {posargs:tests}
31
33
32
- [testenv:docs-py36 ]
34
+ [testenv:docs-py39 ]
33
35
deps =
34
36
sphinx
35
37
commands =
36
38
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
37
39
38
- [testenv:readme-py36 ]
40
+ [testenv:readme-py39 ]
39
41
deps =
40
42
twine
41
43
readme_renderer[md]
42
44
commands =
43
45
python setup.py sdist
44
46
twine check dist/*
45
47
46
- [testenv:lint-py36 ]
48
+ [testenv:lint-py39 ]
47
49
extras = dev
48
50
commands =therapist run --use-tracked-files
You can’t perform that action at this time.
0 commit comments