]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Update default tox envlist to match voting gate checks
authorAngus Lees <gus@inodes.org>
Fri, 27 Feb 2015 02:51:17 +0000 (13:51 +1100)
committerAngus Lees <gus@inodes.org>
Fri, 27 Feb 2015 03:56:07 +0000 (14:56 +1100)
commitdc4942d21a498bb53f94f285b6e0226da1855877
tree1f4986f7bd2a87015c4b40c8ce6974d4d22af915
parentdaf4f1938d48582c577bf373862ad6a4b7ba40d5
Update default tox envlist to match voting gate checks

Remove not-yet supported py3* environments.

Note the removed environments (py33,py34) are still supported via
explicit `tox -e`, it's only the default set that is changed here.

ObPoliticalDisclaimer:

This in no way diminishes the importance of py3 support.  In fact, the
intention is quite the opposite:

One day py3x will be supported and the py3x test will be expected to
pass.  Meanwhile, if everyone has been trained to run selective `tox
-epy27` tests then they will be unaware of the py3x status change and
won't be testing their code against py3 - or alternatively they will
believe that py3x failures are "normal" and to be ignored.

The hope with doing this change now is that we will (re)train people
that the default list of tox tests are expected to pass, and any
failures need to be investigated.

Change-Id: I992e1d6b35aa7c516c9ce14e606bbe32e895a4f0
tox.ini