1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00
thefuck/tox.ini
2017-03-08 12:21:54 -05:00

11 lines
158 B
INI

[tox]
envlist = py27,py33,py34,py35,py36
[testenv]
deps = -rrequirements.txt
commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503
exclude = venv