Skip to content

Commit

Permalink
Add completion script testing to travis install test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Aug 7, 2018
1 parent cf9c063 commit 62cba48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ script:
- "if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then inv www.doctest; fi"
# Did we break setup.py?
- inv travis.test-installation --package=invoke --sanity="inv --list"
# Test distribution builds.
- inv travis.test-packaging --package=invoke --sanity="inv --list" --alt-python=alt_env/bin/python
# Test distribution builds, including some package_data based stuff
# (completion script printing)
- "inv travis.test-packaging --package=invoke --sanity='inv --list && inv --print-completion-script zsh' --alt-python=alt_env/bin/python"
after_success:
# Upload coverage data to codecov
- codecov
Expand Down

0 comments on commit 62cba48

Please sign in to comment.