app: allow disabling metrics by environment variable
This commit is contained in:
parent
8a080f3eff
commit
62d87341ad
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue