moto/tox.ini
2018-12-21 12:28:56 +01:00

15 lines
256 B
INI

[tox]
envlist = py27, py36
[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
commands =
{envpython} setup.py test
nosetests {posargs}
[flake8]
ignore = E128,E501
exclude = moto/packages,dist