]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
Remove pep8 target
authorAndreas Jaeger <aj@suse.com>
Wed, 23 Dec 2015 09:09:35 +0000 (10:09 +0100)
committerAndreas Jaeger <aj@suse.com>
Wed, 23 Dec 2015 09:09:35 +0000 (10:09 +0100)
The target is now part of the linters environment, so can be
removed.

Change-Id: I825560b0d83541c0ca1a970f5f9ae9e6a4aeff71
Depends-On: If398a3e0415b2a0ab7f05ce390c18d9b28a85927

tox.ini

diff --git a/tox.ini b/tox.ini
index 98ad95b52afe4a00cf54da5fedc6e7056a9cb27a..9f8e1425939cbf6d6f2107520c27ee8ed96e0dd6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,11 +11,6 @@ commands =
   flake8
   {toxinidir}/tools/run-bashate.sh
 
-[testenv:pep8]
-commands =
-  flake8
-  {toxinidir}/tools/run-bashate.sh
-
 [testenv:venv]
 commands = {posargs}