aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorDan O'Reilly <oreilldf@gmail.com>2015-08-20 15:45:53 -0400
committerDan O'Reilly <oreilldf@gmail.com>2015-08-20 15:45:53 -0400
commit5029c7b7d35b33057d2e24aa8f5bee9ec1e9faad (patch)
treea58d00bcdbc596a1788f16d6fec55847153e7b3f /travis.sh
parent4a0129f68036084074b866f90fe208a4288baabe (diff)
downloadprotobuf-5029c7b7d35b33057d2e24aa8f5bee9ec1e9faad.tar.gz
protobuf-5029c7b7d35b33057d2e24aa8f5bee9ec1e9faad.tar.bz2
protobuf-5029c7b7d35b33057d2e24aa8f5bee9ec1e9faad.zip
Install tox during travis build.
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index c061cad5..b53b9606 100755
--- a/travis.sh
+++ b/travis.sh
@@ -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