[openstack-dev] Navigating the ever changing OpenStack codebase
Doug Hellmann
doug at doughellmann.com
Tue Apr 28 18:48:15 UTC 2015
Excerpts from Ronald Bradford's message of 2015-04-28 14:24:37 -0400:
> Thanks Doug. For others following this thread. The following creates and
> activates the tox virtual environment.
>
> # Note: its --<space>notests not --notests
Sorry, that was a typo on my part. The option name is actually
'--notest' (no "s" at the end). That causes tox to do everything it
would normally do, except for the step where it runs the command list
for the named environment.
> $ tox -epy27 -- notests
This becomes:
$ tox -e py27 --notest
Doug
More information about the OpenStack-dev
mailing list