From 53e9b940a57fbadf7c4dbd6431e942a12ffbee23 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 13 Dec 2019 03:09:50 +0100 Subject: [PATCH] tox: enable flake8-py3 Signed-off-by: Kyr Shatskyy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d46be1c7b..e063adfe7 100644 --- 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} -- 2.47.3