1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 10:51:11 +01:00
thefuck/tox.ini

7 lines
109 B
INI
Raw Normal View History

2015-05-07 12:51:27 +01:00
[tox]
2015-10-28 12:32:37 +00:00
envlist = py27,py33,py34,py35
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