diff --git a/.travis.yml b/.travis.yml index e569571..74f2939 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