aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Jie Luo <jieluo@google.com>2017-08-03 16:04:10 -0700
committerGravatar Jie Luo <jieluo@google.com>2017-08-03 16:04:10 -0700
commitd58df3b902f912859b8c3c5bbc980ac2eb91067c (patch)
treef5f88cf05a1cbd23a25b03a1b2860acb9ecc02dd /tests.sh
parenta713b73076f1d90bdc39ea8805b50421a59d7986 (diff)
Add python 2.6 test back for cpp implementation. Json format issue was fixed in #869
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index fa4a3479..a6bb55f8 100755
--- a/tests.sh
+++ b/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