Skip to content

Commit f2f0ab5

Browse files
committed
verbose
1 parent 808388a commit f2f0ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ build_script:
3636
- pip -q install -e .[tests]
3737

3838
after_build:
39-
- pytest
39+
- pytest -v
4040

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- cd ..
4141

4242
script:
43-
- pytest
43+
- pytest -v
4444
- coverage run tests/test_all.py
4545

4646
after_success: coveralls

0 commit comments

Comments
 (0)