-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test sdist contents instead of Git checkout in CI
This patch helps make sure that sdist contents is enough to run tests downstream.
- Loading branch information
Showing
2 changed files
with
95 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
include .coveragerc | ||
include check.sh | ||
include ci.sh | ||
include LICENSE LICENSE.MIT LICENSE.APACHE2 | ||
include mypy.ini | ||
include README.rst | ||
include CODE_OF_CONDUCT.md CONTRIBUTING.md | ||
include test-requirements.txt | ||
include trio/_tests/astrill-codesigning-cert.cer | ||
recursive-include trio/_tests/test_ssl_certs *.pem | ||
recursive-include docs * | ||
prune docs/build |