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

11 lines
202 B
INI
Raw Normal View History

2015-05-07 12:51:27 +01:00
[tox]
2018-08-13 23:22:53 +01:00
envlist = py27,py34,py35,py36,py37
2015-05-07 12:51:27 +01:00
[testenv]
deps = -rrequirements.txt
2015-07-25 01:22:05 +01:00
commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503,W504
2017-08-21 10:32:23 +01:00
exclude = venv,build,.tox,setup.py,fastentrypoints.py