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: script:
- pip install -U pip wheel - pip install -U pip wheel
- pip install .[test] - pip install .[test]
- pytest - pytest -v
cache: cache:
directories: directories: