Codebase list sqlalchemy-utc / 17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/main tox.ini
17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/main

Tree @17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/main (Download .tar.gz)

tox.ini @17ff3c9d-ce14-485d-92e0-7d03b4cf1c60/mainraw · 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__