From 561c3d521b28a06fc2fdd9ed51a3c1f6ce1b16a9 Mon Sep 17 00:00:00 2001 From: Jeff Ammons Date: Sun, 17 Apr 2016 17:50:50 -0700 Subject: [PATCH] Change the location of file to lint --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8924e4..5bcf82e 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ basepython = [testenv:flake8] basepython=python deps=flake8 -commands=flake8 {toxinidir}/rtmbot.py {toxinidir}/doc/example-plugins \ No newline at end of file +commands=flake8 {toxinidir}/rtmbot/core.py {toxinidir}/doc/example-plugins