Commit 96aad4af authored by rusty1s's avatar rusty1s
Browse files

update

parent 3fa64cf9
#!/bin/bash
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
pip install .\[test\]
python setup.py develop
else
echo "pip install .[test]"
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
pip install .\[test\] | tail -n 1000
python setup.py develop | 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