Skip to content

Commit

Permalink
Move config to invoke.yml and pull in some packaging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 7, 2017
1 parent 96dfde5 commit daa97a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions invoke.yml
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
9 changes: 0 additions & 9 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,3 @@ def test(c, verbose=True, color=True, capture='sys', opts=''):
test,
packaging=release,
)
ns.configure({
'run': {
'env': {
# Our ANSI color tests test against hardcoded codes appropriate for
# this terminal, for now.
'TERM': 'screen-256color',
},
},
})

0 comments on commit daa97a2

Please sign in to comment.