Travis now uses pytest -v

This commit is contained in:
Simon Willison 2019-05-22 22:54:40 -07:00
commit 6e79fecf7e

View file

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