Merge "Corrects the type of a base64 encoded string"
This commit is contained in:
commit
0280b36666
4
tox.ini
4
tox.ini
@ -47,8 +47,8 @@ commands =
|
|||||||
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
|
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
|
||||||
|
|
||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
# TODO(melwitt): This can be removed when functional tests can be run
|
# TODO(melwitt): This can be removed when functional tests are gating with
|
||||||
# with python 3.x
|
# python 3.x
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user