Skip to content

Commit

Permalink
Store tox venv creation stdout to log
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 7, 2018
1 parent df328db commit 5f6bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -336,7 +336,7 @@ before_install:
- export TOXENV=$(echo $TOXENV_TMPL | envsubst)
- pip install tox-venv
install:
- tox --notest | ~/.tox-venv-install.log
- tox --notest | tee ~/.tox-venv-install.log
- >
! grep 'ERROR: ' ~/.tox-venv-install.log .tox/*/log/*.log
script:
Expand Down

1 comment on commit 5f6bcc9

@webknjaz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.