Merge branch 'latency_window' of https://github.com/liu-song-6/fio
[fio.git] / ci / travis-install.sh
index 8a4f40e57a3a64393a11c520e85243a92ff46346..232ab6b10c3c74752ab413bbe0957af57ca23ead 100755 (executable)
@@ -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