aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 16:41:58 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 16:41:58 -0700
commit2bd813b1b5bcff840cfb9972fd6dba1af1e41687 (patch)
treeb99a6c7609cedd500834d7a2e1e19c1d4a2ef08e /.travis.yml
parentf0b510ac22798cb4cd805acf5b1798fd1aee9824 (diff)
Added Python to Travis build and clarified setup instructions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7834924..daac9192 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,8 @@ 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
+ - LD_LIBRARY_PATH=../src/.libs cd python && python setup.py build --cpp_implementation && python setup.py google_test --cpp_implementation
- make distcheck -j2
notifications:
email: false