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