1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/tox.ini

11 lines
212 B
INI

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