less verbose

This commit is contained in:
Jerome Kieffer 2019-01-18 16:40:30 +01:00
parent 07ad5d8f18
commit 45b3acfc0b
1 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ install:
# command to run tests
script:
- "PYTHONMALLOC=malloc valgrind python -vv run_tests.py -m -vv"
- "python -vv ./run_tests.py -m -vv --installed"
- "python -vv run_tests.py -m"
- "python -vv ./run_tests.py -m --installed"