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

11 lines
206 B
INI
Raw Permalink Normal View History

2015-05-07 12:51:27 +01:00
[tox]
2022-10-27 09:24:53 +01:00
envlist = py{27,35,36,37,38,39,310,311}
2015-05-07 12:51:27 +01:00
[testenv]
deps = -rrequirements.txt
commands = pytest -v --capture=sys
[flake8]
ignore = E501,W503,W504
2017-08-21 10:32:23 +01:00
exclude = venv,build,.tox,setup.py,fastentrypoints.py