added python binding build+test

This commit is contained in:
TLINDEN
2015-04-18 20:27:02 +02:00
parent a0926f4c82
commit 33248a4c87

View File

@@ -41,7 +41,7 @@ compiler:
- clang
- gcc
script:
- ./configure
- ./configure --enable-python-binding
- make
- make check
- make test