Explorar o código

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

Jie Luo %!s(int64=8) %!d(string=hai) anos
pai
achega
d58df3b902
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tests.sh

+ 1 - 2
tests.sh

@@ -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