We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808388a commit f2f0ab5Copy full SHA for f2f0ab5
.appveyor.yml
@@ -36,5 +36,5 @@ build_script:
36
- pip -q install -e .[tests]
37
38
after_build:
39
-- pytest
+- pytest -v
40
.travis.yml
@@ -40,7 +40,7 @@ install:
- cd ..
41
42
script:
43
- - pytest
+ - pytest -v
44
- coverage run tests/test_all.py
45
46
after_success: coveralls
0 commit comments