mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Don't use -v with pytest in Travis
It seems to slow things down more than I expected.
This commit is contained in:
parent
9bd39672de
commit
5ef3b2d6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ python:
|
|||
script:
|
||||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
- pytest -v
|
||||
- pytest
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue