Don't use -v with pytest in Travis

It seems to slow things down more than I expected.
This commit is contained in:
Simon Willison 2019-05-25 09:19:30 -07:00
commit 5ef3b2d6c9

View file

@ -11,7 +11,7 @@ python:
script:
- pip install -U pip wheel
- pip install .[test]
- pytest -v
- pytest
cache:
directories: