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 e828788 commit 7ab61efCopy full SHA for 7ab61ef
ci/travis.sh
@@ -92,7 +92,7 @@ else
92
mkdir empty
93
cd empty
94
95
- pytest
+ pytest -r a --verbose --cov --cov-config=../.coveragerc
96
97
bash <(curl -s https://codecov.io/bash)
98
fi
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov
+addopts = -W error --pyargs pytest_trio
0 commit comments