----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64970/ -----------------------------------------------------------
Review request for mesos, Armand Grillet and Kevin Klues. Repository: mesos Description ------- Replace ad hoc venv under support/ with tox. This patch changes the ad hoc .virtualenv created under support/ with tox, a tool that manages virtualenvs with a declaritive config file. The cool thing about it is that you can actually have multiple tox.ini files distributed in different python source trees, so you don't really have to install all of the depedencies into a single virtualenv; all you need to do is to run `tox -e <env> <command>` at the root of the source tree. Diffs ----- support/.gitignore a21a0f95b9113eae2881d2e346821c86761bb2bc support/mesos-style.py 1b34ea2d9afa8f17b545841cea7a6853a6e18144 Diff: https://reviews.apache.org/r/64970/diff/1/ Testing ------- 1. intentionally create a lint error, such as extra spaces before a parens in a python file 2. run the pre-commit hook and see tox in action Thanks, Eric Chung
