Set IO encoding for ansible-test on Shippable.
This commit is contained in:
parent
92ad9a19b6
commit
eec01e2137
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ pip --version
|
|||
pip list --disable-pip-version-check
|
||||
|
||||
export PATH="test/runner:${PATH}"
|
||||
export PYTHONIOENCODING='utf-8'
|
||||
|
||||
# remove empty core/extras module directories from PRs created prior to the repo-merge
|
||||
find lib/ansible/modules -type d -empty -print -delete
|
||||
|
|
Loading…
Reference in a new issue