[PATCH 3/5] ci/travis-install.sh, MacOS: Install the Python 'six' package

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Vincent Fu <vincent.fu@xxxxxxx>

Signed-off-by: Vincent Fu <vincent.fu@xxxxxxx>
[bvanassche: edited commit message / only retained "pip install six" command /
 changed 'pip' into 'pip3']
Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
---
 ci/travis-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/travis-install.sh b/ci/travis-install.sh
index 8a4f40e57a3a..232ab6b10c3c 100755
--- a/ci/travis-install.sh
+++ b/ci/travis-install.sh
@@ -35,6 +35,7 @@ case "$TRAVIS_OS_NAME" in
 	brew update >/dev/null 2>&1
 	brew install cunit
 	pip3 install scipy
+	pip3 install six
 	;;
 esac
 



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux