From 47f3a31beec15be5c046df003d10eee0a234032a Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Sun, 23 Apr 2017 10:08:49 -0700 Subject: [PATCH] Fix tox env name, flake8 is recognized by the flake8 tool and duplicates setup.cfg --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5c7c00f..63a16b9 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ commands = pip install -r requirements.txt --use-wheel py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py -[flake8] +[testenv:flake8] commands = pip install flake8 - flake8snappass/ + flake8 snappass/