moto/tox.ini

15 lines
256 B
INI
Raw Normal View History

2018-12-21 11:28:56 +00:00
[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