Commit 6e57f205 authored by rusty1s's avatar rusty1s
Browse files

[ci deploy]

parent de277a81
......@@ -4,6 +4,7 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
python setup.py install
else
echo "python setup.py install"
while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
python setup.py install &> /dev/null
while sleep 540; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
python setup.py install | tail -n 1000
kill %1
fi
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