Install tox during travis build.
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
This commit is contained in:
parent
4a0129f680
commit
5029c7b7d3
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,7 @@ build_javanano_oracle7() {
|
|||
|
||||
build_python() {
|
||||
internal_build_cpp
|
||||
sudo pip install tox
|
||||
cd python
|
||||
tox
|
||||
cd ..
|
||||
|
@ -120,6 +121,7 @@ build_python() {
|
|||
|
||||
build_python_cpp() {
|
||||
internal_build_cpp
|
||||
sudo pip install tox
|
||||
export LD_LIBRARY_PATH=../src/.libs # for Linux
|
||||
export DYLD_LIBRARY_PATH=../src/.libs # for OS X
|
||||
cd python
|
||||
|
|
Loading…
Add table
Reference in a new issue