2013-10-03 20:34:31 -04:00
|
|
|
[tox]
|
2014-11-29 22:57:08 -05:00
|
|
|
envlist = py26, py27, py33, py34
|
2013-10-03 20:34:31 -04:00
|
|
|
|
|
|
|
[testenv]
|
2015-02-18 16:01:15 +02:00
|
|
|
deps =
|
|
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
-r{toxinidir}/requirements-dev.txt
|
2013-10-03 20:34:31 -04:00
|
|
|
commands =
|
|
|
|
{envpython} setup.py test
|
2016-09-20 15:42:21 -07:00
|
|
|
nosetests {posargs}
|
2014-11-15 09:35:52 -05:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
ignore = E128,E501
|
2017-02-23 19:43:48 -05:00
|
|
|
exclude = moto/packages,dist
|