aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jie Luo <jieluo@google.com>2017-01-23 15:11:00 -0800
committerGravatar Jie Luo <jieluo@google.com>2017-01-26 11:05:16 -0800
commitea511491009a40360b4891cdc58d2c3f9bdf4481 (patch)
tree4609dbf4b5729075cf066d6bcc77a10c90b6f3c9 /.travis.yml
parent140e28d12e5eee856cbe1cac3313399542ec7a5b (diff)
Add python compatibility tests against v2.5.0 amd run on Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a34cb83b..77662993 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,10 @@ matrix:
# fetch pre-built Linux protoc binaries in the test.
- os: linux
env: CONFIG=java_compatibility
+ # The Python compatibility test currently only runs on Linux because it will
+ # fetch pre-built Linux protoc binaries in the test.
+ - os: linux
+ env: CONFIG=python_compatibility
allow_failures:
# These currently do not work on OS X but are being worked on by @haberman.
- os: osx