]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/tox.ini
Set toxworkdir to ~/.tox
[cookiecutter.git] / project_template / tox.ini
index 700cac6b8afed833bf9600eaeb013aa944e4fb33..fcb27013853a383415be4d940aa348513e7b05b7 100644 (file)
@@ -1,5 +1,6 @@
 [tox]
 minversion = 1.8
+toxworkdir={homedir}/.tox/{project}
 envlist = {py26,py27,py34},{py27,py34}-flake8
 
 # Base test environment settings
@@ -31,9 +32,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