Skip to content

Commit

Permalink
Update tox configuration in setup.cfg to run tests on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 13, 2021
1 parent 84af567 commit a6ea045
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Expand Up @@ -130,7 +130,7 @@ markers =
# --- Tox automation configuration ---------------------------------------------
[tox:tox]
envlist = py{27,34}{,-scandir}, py{35,36,37,38,39}, pypy{27,36,37}, typecheck, codestyle, docstyle, codeformat
envlist = py{27,34}{,-scandir}, py{35,36,37,38,39,310}, pypy{27,36,37}, typecheck, codestyle, docstyle, codeformat
sitepackages = false
skip_missing_interpreters = true
requires =
Expand All @@ -141,9 +141,9 @@ commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest {posa
deps =
-rtests/requirements.txt
coverage~=5.0
py{35,36,37,38,39,py36,py37}: pytest~=6.0
py{35,36,37,38,39,310,py36,py37}: pytest~=6.0
py{27,34,py27}: pytest~=4.6
py{35,36,37,38,39,py36,py37}: pytest-randomly~=3.5
py{35,36,37,38,39,310,py36,py37}: pytest-randomly~=3.5
py{27,34,py27}: pytest-randomly~=1.2
scandir: .[scandir]
!scandir: .
Expand Down Expand Up @@ -183,6 +183,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
pypy-2.7: pypy27
pypy-3.6: pypy36
pypy-3.7: pypy37

0 comments on commit a6ea045

Please sign in to comment.