We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96aad4a commit a4f02c7Copy full SHA for a4f02c7
script/install.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
4
- python setup.py develop
+ python setup.py install
5
else
6
- echo "pip install .[test]"
+ echo "python setup.py install"
7
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
8
- python setup.py develop | tail -n 1000
+ python setup.py install | tail -n 1000
9
kill %1
10
fi
0 commit comments