python-boto3/tox.ini
2021-09-22 09:34:33 -07:00

12 lines
266 B
INI

[tox]
envlist = py36,py37,py38
# 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
{toxinidir}/scripts/ci/run-tests {posargs}