another attempt at fixing python unit test on travis

This commit is contained in:
arvidn 2015-07-26 16:00:53 -07:00
parent 08f3aa0bf5
commit 26a5735336
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ script:
- cd ../examples
- bjam -j 3 variant=$variant warnings=off $CC
- cd ../
- bjam -j 3 variant=$variant warnings=off $CC install
- cd ../bindings/python
- sudo bjam -j 3 variant=$variant warnings=off $CC install
- cd bindings/python
- bjam -j 3 variant=$variant warnings=off $CC
- python test.py
- ccache --show-stats