.gitignore | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18bffe1..62214f1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ MANIFEST # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest -*.spec # Installer logs pip-log.txt diff --git a/pyproject.toml b/pyproject.toml index adcf366..6a9aa16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ legacy_tox_ini = ''' envlist = py{37,38,39,310} isolated_build = True -[testenv:py{37,38,39,310}] +[testenv:py{3,37,38,39,310}] description = run tests against a built package commands = python -m unittest {posargs}