aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-04-09 18:18:27 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-04-09 18:18:27 -0700
commit6003aa1e70f38eab46db51cea884436f0f92b8b2 (patch)
treec60f7036a695f83fa3256abf08327b9bbf65b92f /.travis.yml
parentf0b510ac22798cb4cd805acf5b1798fd1aee9824 (diff)
parent2f56bf9819e6e4f69c30209512c028f9c2ad7f5d (diff)
downloadprotobuf-6003aa1e70f38eab46db51cea884436f0f92b8b2.tar.gz
protobuf-6003aa1e70f38eab46db51cea884436f0f92b8b2.tar.bz2
protobuf-6003aa1e70f38eab46db51cea884436f0f92b8b2.zip
Merge pull request #278 from haberman/python-travis
Added Python to Travis build and clarified setup instructions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7834924..b8435f77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@ script:
- ./autogen.sh && ./configure && make -j2
- cd java && mvn test && cd ..
- cd javanano && mvn test && cd ..
+ - cd python && python setup.py build && python setup.py google_test && cd ..
+ - export LD_LIBRARY_PATH=../src/.libs
+ - cd python && python setup.py build --cpp_implementation && python setup.py google_test --cpp_implementation && cd ..
- make distcheck -j2
notifications:
email: false