christabor/flask_extras

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[tox]
skipsdist=True
envlist=py{27}

[testenv]
usedevelop=True
deps=pytest
commands=pytest tests

[flake8]
max-line-length=80
max-complexity=10
exclude=tests