Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 5, 2020
1 parent 96aad4a commit a4f02c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
python setup.py develop
python setup.py install
else
echo "pip install .[test]"
echo "python setup.py install"
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
fi

0 comments on commit a4f02c7

Please sign in to comment.