mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Travis now uses pytest -v
This commit is contained in:
parent
172da009d8
commit
6e79fecf7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue