1
0
forked from VimPlug/jedi

Resolve tox issues.

This commit is contained in:
Dave Halter
2014-12-17 14:00:11 +01:00
parent c6315e0b45
commit 62609cb6f1

View File

@@ -8,6 +8,10 @@ deps =
docopt
# coloroma for colored debug output
colorama
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here:
PYTHONDONTWRITEBYTECODE=1
commands =
py.test []
[testenv:py26]