python-boto3/tox.ini

12 lines
278 B
INI
Raw Permalink Normal View History

2015-11-27 23:25:33 +01:00
[tox]
2022-12-12 18:00:59 +01:00
envlist = py37,py38,py39,py310,py311
2015-11-27 23:25:33 +01:00
# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
skipsdist = True
[testenv]
commands =
{toxinidir}/scripts/ci/install
2018-07-11 07:39:36 +02:00
{toxinidir}/scripts/ci/run-tests {posargs}