app: allow disabling metrics by environment variable

This commit is contained in:
Iain Learmonth 2022-11-15 14:23:42 +00:00
parent 8a080f3eff
commit 62d87341ad
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,7 @@ test:nose:
- apt update && apt install build-essential
- pip install -r requirements.txt --quiet
- pip install nose
- nosetests tests
- DISABLE_METRICS=true nosetests tests
test:pylint:
script: