Skip to content

Commit ab4121d

Browse files
authored
just to see
1 parent 0457f5d commit ab4121d

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
@@ -41,7 +41,7 @@ if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then
4141
cd ui && npm install && npm run lint && npm run test:unit && npm run build
4242
cd $DIR
4343
# Pylint/pep8 systemvm python codebase
44-
python3 -m pip install --user --upgrade pycodestyle pylint
44+
python3 -m pip install --user --upgrade pycodestyle pylint flask
4545
cd systemvm/test && bash -x runtests.sh
4646
# Build noredist
4747
git clone https://github.com/rhtyd/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh

0 commit comments

Comments
 (0)