Skip to content

Commit e0a68a4

Browse files
committed
sudo hack
1 parent e8cb4b1 commit e0a68a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then
5151
which python
5252
which python2
5353
python --version
54-
python2 -m pip install --upgrade setuptools pycodestyle pylint flask nose
54+
sudo python2 -m pip install --upgrade setuptools pycodestyle pylint flask nose
5555
cd systemvm/test && bash -x runtests.sh
5656
# Build noredist
5757
git clone https://github.com/rhtyd/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh

0 commit comments

Comments
 (0)