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 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev