Thanks again for the clarification. Your initial --notests was an option I was unaware of and I didn't take the time to try variations. I was familiar with invoking test names by regex I just thought it was more a convention.
Regards Ronald On Tue, Apr 28, 2015 at 2:48 PM, Doug Hellmann <[email protected]> wrote: > 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: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
