thefuck/tox.ini

11 lines
202 B
INI

[tox]
envlist = py27,py34,py35,py36,py37
[testenv]
deps = -rrequirements.txt
commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503,W504
exclude = venv,build,.tox,setup.py,fastentrypoints.py