Skip to content

Commit 96aad4a

Browse files
committed
update
1 parent 3fa64cf commit 96aad4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
4-
pip install .\[test\]
4+
python setup.py develop
55
else
66
echo "pip install .[test]"
77
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
8-
pip install .\[test\] | tail -n 1000
8+
python setup.py develop | tail -n 1000
99
kill %1
1010
fi

0 commit comments

Comments
 (0)