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 fd45d4d commit 77d11d9Copy full SHA for 77d11d9
1 file changed
ci.sh
@@ -143,7 +143,7 @@ else
143
cd empty
144
145
INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
146
- cp ../setup.cfg $INSTALLDIR
+ cp ../pyproject.toml $INSTALLDIR
147
# We have to copy .coveragerc into this directory, rather than passing
148
# --cov-config=../.coveragerc to pytest, because codecov.sh will run
149
# 'coverage xml' to generate the report that it uses, and that will only
0 commit comments