5454 pypy38-click{7.1,8.0,8.1}
5555 pypy39-click{7.1,8.0,8.1}
5656qa = mypy, lint
57- cov = py38 -click7.1, coverage
57+ cov = py39 -click7.1, coverage
5858
5959[testenv:.package]
6060setenv =
@@ -77,7 +77,7 @@ setenv =
7777[testenv:docs]
7878setenv = SHOW_TODOS = 1
7979passenv = SPHINX_BUILDER
80- basepython = python3.8
80+ basepython = python3.9
8181changedir = {toxinidir}/doc-source
8282deps = -r{toxinidir}/doc-source/requirements.txt
8383commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
@@ -101,7 +101,7 @@ commands =
101101 check-wheel-contents dist/
102102
103103[testenv:lint]
104- basepython = python3.8
104+ basepython = python3.9
105105changedir = {toxinidir}
106106ignore_errors = True
107107skip_install = False
@@ -121,6 +121,7 @@ deps =
121121 flake8-sphinx-links>=0.0.4
122122 flake8-strftime>=0.1.1
123123 flake8-typing-imports>=1.10.0
124+ git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
124125 git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
125126 git+https://github.com/domdfcoding/flake8-rst-docstrings.git
126127 git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
@@ -131,15 +132,15 @@ deps =
131132commands = python3 -m flake8_rst_docstrings_sphinx consolekit tests --allow-toolbox {posargs}
132133
133134[testenv:perflint]
134- basepython = python3.8
135+ basepython = python3.9
135136changedir = {toxinidir}
136137ignore_errors = True
137138skip_install = True
138139deps = perflint
139140commands = python3 -m perflint consolekit {posargs}
140141
141142[testenv:mypy]
142- basepython = python3.8
143+ basepython = python3.9
143144ignore_errors = True
144145changedir = {toxinidir}
145146deps =
@@ -148,15 +149,15 @@ deps =
148149commands = mypy consolekit tests {posargs}
149150
150151[testenv:pyup]
151- basepython = python3.8
152+ basepython = python3.9
152153skip_install = True
153154ignore_errors = True
154155changedir = {toxinidir}
155156deps = pyupgrade-directories
156157commands = pyup_dirs consolekit tests --py36-plus --recursive
157158
158159[testenv:coverage]
159- basepython = python3.8
160+ basepython = python3.9
160161skip_install = True
161162ignore_errors = True
162163whitelist_externals = /bin/bash
0 commit comments