<div dir="ltr">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.<div><br></div><div>Regards</div><div><br></div><div>Ronald  </div><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div><div><div style="font-family:arial;font-size:small"><br></div><div><div><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 28, 2015 at 2:48 PM, Doug Hellmann <span dir="ltr"><<a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Ronald Bradford's message of 2015-04-28 14:24:37 -0400:<br>
<span class="">> Thanks Doug. For others following this thread. The following creates and<br>
> activates the tox virtual environment.<br>
><br>
> # Note: its --<space>notests not --notests<br>
<br>
</span>Sorry, that was a typo on my part. The option name is actually<br>
'--notest' (no "s" at the end). That causes tox to do everything it<br>
would normally do, except for the step where it runs the command list<br>
for the named environment.<br>
<span class=""><br>
> $ tox -epy27 -- notests<br>
<br>
</span>This becomes:<br>
<br>
 $ tox -e py27 --notest<br>
<div class="HOEnZb"><div class="h5"><br>
Doug<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div></div>