Codebase list sqlalchemy-utc / b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream tox.ini
b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream

Tree @b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream (Download .tar.gz)

tox.ini @b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstreamraw · history · blame

[tox]
envlist = pypy, py27, pypy3, py34, py35, py36
minversion = 1.6.0

[testenv]
deps =
    pytest
    flake8
    flake8-import-order
commands =
    pytest tests
    flake8

[flake8]
max-complexity = 10
exclude =
    .git,
    .tox,
    __pycache__