more test definition tweaks

This commit is contained in:
Michael Greene
2022-11-23 17:17:19 -08:00
parent eb99007b3a
commit 791c9bd860
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ jobs:
- python-version: 3.9
env: py39-setup
- python-version: '3.10'
env: py39-setup
env: py310-setup
steps:
- uses: actions/checkout@v2

View File

@@ -30,7 +30,7 @@ install_command = pip install {opts} --no-cache-dir {packages}
commands =
py.test --cov pgpy --cov-report term-missing tests/
[testenv:py{36,37,38,39}-setup]
[testenv:py{36,37,38,39,310}-setup]
recreate = True
allowlist_externals =
/usr/bin/rm