Skip to content

Commit

Permalink
pytest config now in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Feb 11, 2021
1 parent 624736d commit c03e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else
cd empty

INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
cp ../setup.cfg $INSTALLDIR
cp ../pyproject.toml $INSTALLDIR
# We have to copy .coveragerc into this directory, rather than passing
# --cov-config=../.coveragerc to pytest, because codecov.sh will run
# 'coverage xml' to generate the report that it uses, and that will only
Expand Down

0 comments on commit c03e3a9

Please sign in to comment.