mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-14 06:40:49 +01:00
7 lines
109 B
INI
7 lines
109 B
INI
[tox]
|
|
envlist = py27,py33,py34,py35
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test -v --capture=sys
|