Codebase list sqlalchemy-utc / da15b53b-0826-46a2-a73d-74fd1a8ebc10/main tox.ini
da15b53b-0826-46a2-a73d-74fd1a8ebc10/main

Tree @da15b53b-0826-46a2-a73d-74fd1a8ebc10/main (Download .tar.gz)

tox.ini @da15b53b-0826-46a2-a73d-74fd1a8ebc10/mainraw · history · blame

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

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

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