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

11 lines
169 B
INI
Raw Permalink Normal View History

2015-05-07 13:51:27 +02:00
[tox]
2017-01-08 17:06:45 +02:00
envlist = py27,py33,py34,py35,py36
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
2017-03-14 11:14:23 +01:00
exclude = venv,build,.tox