diff --git a/.travis.yml b/.travis.yml index e5695717..74f29392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - pip install . -r requirements-test.txt script: - - pytest tests/ + - pytest tests/ --no-print-logs