aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2017-01-27 10:18:35 -0800
committerGitHub <noreply@github.com>2017-01-27 10:18:35 -0800
commit5af0b547de7aba6d6206943546262cb21fedc721 (patch)
tree41a5f0ba7501977ee7a072ce80221cda0369d460 /.travis.yml
parent1f09786229b4a895467509851712138a50b19396 (diff)
parentea511491009a40360b4891cdc58d2c3f9bdf4481 (diff)
downloadprotobuf-5af0b547de7aba6d6206943546262cb21fedc721.tar.gz
protobuf-5af0b547de7aba6d6206943546262cb21fedc721.tar.bz2
protobuf-5af0b547de7aba6d6206943546262cb21fedc721.zip
Merge pull request #2619 from anandolee/master
Add python compatibility tests against v2.5.0
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