Commit 5029c7b7 authored by Dan O'Reilly's avatar Dan O'Reilly

Install tox during travis build.

Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
parent 4a0129f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment