Skip to content

Commit

Permalink
Add python bindings test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pranith committed Mar 1, 2016
1 parent 3eb6eea commit 3fbcf6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ before_install:
script:
- ./make.sh
- make check
- cp libcapstone.so bindings/python/
- cd bindings/python && make check
compiler:
- clang
- gcc

0 comments on commit 3fbcf6c

Please sign in to comment.