1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 10:21:13 +01:00
thefuck/tox.ini
2023-07-09 13:03:32 +02:00

11 lines
206 B
INI

[tox]
envlist = py{27,35,36,37,38,39,310,311}
[testenv]
deps = -rrequirements.txt
commands = pytest -v --capture=sys
[flake8]
ignore = E501,W503,W504
exclude = venv,build,.tox,setup.py,fastentrypoints.py