forked from bitprophet/pytest-relaxed
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move config to invoke.yml and pull in some packaging settings
- Loading branch information
1 parent
96dfde5
commit daa97a2
Showing
2 changed files
with
11 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
packaging: | ||
sign: true | ||
wheel: true | ||
# TODO: this wants to really be 'related' to the docs settings somehow; used | ||
# to use os.path.join() when it was in-python. | ||
changelog_file: docs/changelog.rst | ||
run: | ||
env: | ||
# Our ANSI color tests test against hardcoded codes appropriate for | ||
# this terminal, for now. | ||
TERM: screen-256color |
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