From 2fea1f3846e88c24261c66116228f06c5fc8b52c Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 8 Mar 2017 20:05:23 -0500 Subject: [PATCH] Run flake8 on AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 005e0d1a..96da08c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,4 +20,5 @@ install: - "%PYTHON%/Scripts/pip.exe install -U -r requirements.txt" test_script: + - "%PYTHON%/python.exe -m flake8" - "%PYTHON%/Scripts/py.test.exe -sv"