summaryrefslogtreecommitdiffstats
path: root/sonar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar.sh')
-rwxr-xr-xsonar.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar.sh b/sonar.sh
index 566ede7..4d17c7c 100755
--- a/sonar.sh
+++ b/sonar.sh
@@ -29,8 +29,8 @@ run_tox_test()
rm -rf ./venv-tox ./.tox
virtualenv ./venv-tox
source ./venv-tox/bin/activate
- pip install --upgrade pip
- pip install --upgrade tox argparse
+ pip install --no-cache-dir --upgrade pip
+ pip install --no-cache-dir --upgrade tox argparse
pip freeze
tox -e cover
deactivate