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 3fa64cf commit 96aad4aCopy full SHA for 96aad4a
script/install.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
4
- pip install .\[test\]
+ python setup.py develop
5
else
6
echo "pip install .[test]"
7
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
8
- pip install .\[test\] | tail -n 1000
+ python setup.py develop | tail -n 1000
9
kill %1
10
fi
0 commit comments