1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00
thefuck/tox.ini

11 lines
202 B
INI
Raw Normal View History

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