pipreqs/tox.ini
Ewout ter Hoeven 22e374e3ca
tox.ini: Add environments for Python 3.10 and 3.11
Also update to PyPy 3.9
2022-11-01 22:08:48 +01:00

20 lines
342 B
INI

[tox]
envlist = py36, py37, py38, py39, py310, py311, pypy3, flake8
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy-3.9: pypy3
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/pipreqs
commands = python setup.py test
deps =
-r{toxinidir}/requirements.txt