]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
tox: enable flake8-py3
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Fri, 13 Dec 2019 02:09:50 +0000 (03:09 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Sun, 15 Mar 2020 00:04:08 +0000 (01:04 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index d46be1c7b87bc63e5b067e9e648d891168ffa26b..e063adfe77f8b79b7eb7b94eb2cdd6d8abe38d45 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = docs, py27, py27-integration, flake8, openstack
+envlist = docs, py27, py27-integration, flake8, flake8-py3, openstack
 
 [testenv:py27]
 install_command = pip install --upgrade {opts} {packages}