]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/tox.ini
Run flake8 from root to test docs and scripts
[cookiecutter.git] / project_template / tox.ini
index 700cac6b8afed833bf9600eaeb013aa944e4fb33..af6fb31524347c0db23a484b47e1d908e1501bcb 100644 (file)
@@ -31,9 +31,9 @@ commands = {[general]commands}
 [testenv:py27-flake8]
 deps =
     flake8
-commands = flake8 {project} scripts tests
+commands = flake8
 
 [testenv:py34-flake8]
 deps =
     flake8
-commands = flake8 {project} scripts tests
+commands = flake8