Make pep8 jobs default

According to the PTI (=Python Test Interface,
http://governance.openstack.org/reference/cti/python_cti.html), pep8
is the interface for codestyle checks. Therefore add pep8
as default environment, linters is not needed.

This change will be followed by a change to project-config to use pep8
for testing in the gate.

Needed-By: I8cecb75cdccc73b7fd26e364e11dd91164b20832
Change-Id: I5738e7cc10a9e5b643844f398bd7b5a64f76b40d
This commit is contained in:
Andreas Jaeger 2016-02-10 22:21:38 +01:00
parent 2a5cd5a228
commit b9ba3d9e65
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = linters,linters-constraints,py27,py34
envlist = pep8,pep8-constraints,py27,py34
skipsdist = True
[testenv]