Codebase list sqlalchemy-utc / cfcd8fab-406e-42ee-ba7b-d9bb1d3450bb/main tox.ini
cfcd8fab-406e-42ee-ba7b-d9bb1d3450bb/main

Tree @cfcd8fab-406e-42ee-ba7b-d9bb1d3450bb/main (Download .tar.gz)

tox.ini @cfcd8fab-406e-42ee-ba7b-d9bb1d3450bb/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__