bd8c1e4567
* Adding owner-id/OwnerId to the AMI classes to allow the value to be specified to test filtering images based on owner. * Added default AMIs and filtering by owner-id * Fixed some tests * Fixed more random tests * Updated MANIFEST * .
15 lines
242 B
INI
15 lines
242 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
|