#!/bin/bash if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python setup.py install else echo "pip install .[test]" while sleep 540; do echo "=====[ Still running after $SECONDS seconds ]====="; done & pip install .\[test\] | tail -n 1000 kill %1 fi