blob: fa92211668f137394989f8311e6f474ab07b7ddf [file] [log] [blame]
[wheel]
universal = 1
[nosetests]
exclude=TestCaseMixin
[aliases]
test=pytest
[tool:pytest]
python_classes=*Test
testpaths=libcloud/test
# Ignore UserWarning's
filterwarnings =
ignore::UserWarning
[flake8]
exclude=libcloud/compute/constants/ec2*.py,libcloud/test
ignore=E402,W503,W504