1
0
forked from VimPlug/jedi

add colorama to tox config, because that improves the color output

This commit is contained in:
Dave Halter
2014-01-22 16:15:56 +01:00
parent 4a71f4beeb
commit e4aac3eb54

View File

@@ -5,6 +5,8 @@ deps =
https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip
# docopt for sith doctests
docopt
# coloroma for colored debug output
colorama
commands =
py.test []
[testenv:py26]