python-boto3/tox.ini

12 lines
266 B
INI
Raw Normal View History

2015-11-27 23:25:33 +01:00
[tox]
2016-05-22 04:03:29 +02:00
envlist = py26,py27,py33,py34,py35
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
{toxinidir}/scripts/ci/run-tests