Drop console logging
parent
dadea87451
commit
41914f3118
|
@ -10,4 +10,4 @@ install:
|
||||||
- pip install . -r requirements-test.txt
|
- pip install . -r requirements-test.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest tests/
|
- pytest tests/ --no-print-logs
|
||||||
|
|
Loading…
Reference in New Issue