From a8fce36a809ca9e117d8c780a670a8cf79eff568 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Tue, 7 Apr 2015 02:13:11 +0200 Subject: [PATCH] Check also setup.py for flake8s with tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a796b44..143a0d3 100644 --- a/tox.ini +++ b/tox.ini @@ -8,4 +8,4 @@ commands=python setup.py dev [testenv:flake8] deps=flake8 -commands=flake8 diceware tests +commands=flake8 diceware tests setup.py -- GitLab