forked from VimPlug/jedi
Resolve tox issues.
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -8,6 +8,10 @@ deps =
|
|||||||
docopt
|
docopt
|
||||||
# coloroma for colored debug output
|
# coloroma for colored debug output
|
||||||
colorama
|
colorama
|
||||||
|
setenv =
|
||||||
|
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
||||||
|
# tox corrupts __pycache__, solution from here:
|
||||||
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
commands =
|
commands =
|
||||||
py.test []
|
py.test []
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
|
|||||||
Reference in New Issue
Block a user