From 6b23cd09d03e11f6578d67e642666617ec2fd510 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 25 Feb 2021 19:06:51 +0100 Subject: [PATCH] setuptools upgrade --- tools/travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/install.sh b/tools/travis/install.sh index f0d9645609b..74a58c0a8e8 100755 --- a/tools/travis/install.sh +++ b/tools/travis/install.sh @@ -41,7 +41,7 @@ if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then cd ui && npm install && npm run lint && npm run test:unit && npm run build cd $DIR # Pylint/pep8 systemvm python codebase - python3 -m pip install --user --upgrade pycodestyle pylint flask nose + python3 -m pip install --user --upgrade setuptools pycodestyle pylint flask nose cd systemvm/test && bash -x runtests.sh # Build noredist git clone https://github.com/rhtyd/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh