python-boto3/tox.ini
2015-11-27 16:25:33 -06:00

12 lines
261 B
INI

[tox]
envlist = py26,py27,py33,py34
# 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