Skip to content

Commit 5da1811

Browse files
committed
Run pytest with -vv in Circle CI
1 parent 3f8cadd commit 5da1811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
. venv/bin/activate
4747
pip install -e .
4848
pip install pytest
49-
pytest
49+
pytest -vv
5050
test-python-install:
5151
parameters:
5252
version:
@@ -74,7 +74,7 @@ jobs:
7474
. venv/bin/activate
7575
pip install -e .
7676
pip install pytest
77-
pytest
77+
pytest -vv
7878
deploy:
7979
docker:
8080
- image: circleci/python:3.6

0 commit comments

Comments
 (0)