Skip to content

Commit a4f02c7

Browse files
committed
typo
1 parent 96aad4a commit a4f02c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/install.sh

Lines changed: 3 additions & 3 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-
python setup.py develop
4+
python setup.py install
55
else
6-
echo "pip install .[test]"
6+
echo "python setup.py install"
77
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
8-
python setup.py develop | tail -n 1000
8+
python setup.py install | tail -n 1000
99
kill %1
1010
fi

0 commit comments

Comments
 (0)