From 6f9a79c1dfacba470e61b77f8e268239c60a63b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Fri, 12 Jun 2015 20:39:00 +0200 Subject: [PATCH] Refs #98 - Assert tests follow PEP8. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7e3a0b9..a1f7caf 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ basepython = python2.7 deps = flake8 commands = - flake8 demo django_downloadview + flake8 demo django_downloadview tests [testenv:sphinx] basepython = python2.7