Commit a4f02c79 authored by rusty1s's avatar rusty1s
Browse files

typo

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