blob: 56ebd7c71eda5d27cecf5cbc3b5e229a9e11d0d2 [file] [log] [blame]
[wheel]
universal = 1
[nosetests]
exclude=TestCaseMixin
[aliases]
test=pytest
[tool:pytest]
python_classes=*Test
testpaths=libcloud/test
[flake8]
exclude=libcloud/compute/constants.py,libcloud/test
ignore=E402