Commit d58df3b9 authored by Jie Luo's avatar Jie Luo

Add python 2.6 test back for cpp implementation. Json format issue was fixed in #869

parent a713b730
......@@ -294,8 +294,7 @@ build_python_cpp() {
cd python
# Only test Python 2.6/3.x on Linux
if [ $(uname -s) == "Linux" ]; then
# py26 is currently disabled due to json_format
envlist=py\{27,33,34\}-cpp
envlist=py\{26,27,33,34\}-cpp
else
envlist=py27-cpp
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment