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 - clang
- gcc - gcc
script: script:
- ./configure - ./configure --enable-python-binding
- make - make
- make check - make check
- make test - make test