Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 5, 2020
1 parent 3fa64cf commit 96aad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
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

0 comments on commit 96aad4a

Please sign in to comment.