Don't show output in tests

It breaks tests because color is not stripped when output is in the tty.
This commit is contained in:
Ivan Habunek 2019-09-18 21:52:22 +02:00
parent 9623219959
commit d7440feb14
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ publish :
twine upload dist/*.tar.gz dist/*.whl
test:
pytest -v -s
pytest -v
coverage:
py.test --cov=toot --cov-report html tests/