attempt to fix the python unit test by first installing libtorrent

This commit is contained in:
arvidn 2015-07-26 09:37:01 -07:00
parent 8e1ec2ce69
commit 08f3aa0bf5
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ script:
- bjam -j 3 variant=$variant warnings=off -l900 $CC
- cd ../examples
- bjam -j 3 variant=$variant warnings=off $CC
- cd ../
- bjam -j 3 variant=$variant warnings=off $CC install
- cd ../bindings/python
- bjam -j 3 variant=$variant warnings=off $CC
- python test.py