aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Jie Luo <anandolee@gmail.com>2017-08-07 11:04:09 -0700
committerGravatar GitHub <noreply@github.com>2017-08-07 11:04:09 -0700
commitfae381693f029da1456f6e90f91fe995723163f3 (patch)
treeca1ce36ab5bbd23c613966f69d54842491ca0b8c /tests.sh
parentd08c291ac7b555cf5090481fa7a009fb5dc5d804 (diff)
parentf5817b3056b1ef115a98909d75e54b7a5815a954 (diff)
Merge pull request #3454 from anandolee/master
Add python 2.6 test back for cpp implementation.
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 cfc08c35..f68de059 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