Codebase list sqlalchemy-utc / 1cb2f2c5-bc98-4fcf-b62a-1ddca8b85beb/main tox.ini
1cb2f2c5-bc98-4fcf-b62a-1ddca8b85beb/main

Tree @1cb2f2c5-bc98-4fcf-b62a-1ddca8b85beb/main (Download .tar.gz)

tox.ini @1cb2f2c5-bc98-4fcf-b62a-1ddca8b85beb/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__