From a7726151853ba2dd59ed71ae67184d001995d45f Mon Sep 17 00:00:00 2001 From: Jeff Ammons Date: Fri, 15 Apr 2016 12:25:29 -0700 Subject: [PATCH] Adding correct directories to linting test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a3d40c5..0c59058 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ basepython = [testenv:flake8] basepython=python deps=flake8 -commands=flake8 {toxinidir}/web3 \ No newline at end of file +commands=flake8 {toxinidir}/rtmbot.py {toxinidir}/example-plugins \ No newline at end of file