X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Ftox.ini;fp=project_template%2Ftox.ini;h=39baacdfeb78fd490a8fa8fd159bf1a8960290c4;hp=01864e43514bed20d5b147e05819b72f139af044;hb=77a81b6bc40d9349b5236e59bf261a67482e5fa0;hpb=f488fd482a6b96ce7ef7f2654962fdb326ccda5e diff --git a/project_template/tox.ini b/project_template/tox.ini index 01864e4..39baacd 100644 --- a/project_template/tox.ini +++ b/project_template/tox.ini @@ -18,7 +18,7 @@ whitelist_externals = [general] commands = - python /usr/local/bin/py.test --cov={envsitepackagesdir}/project + python /usr/local/bin/py.test --cov={envsitepackagesdir}/{project} [testenv:py26] commands = {[general]commands} @@ -32,9 +32,9 @@ commands = {[general]commands} [testenv:py27-flake8] deps = flake8 -commands = flake8 project scripts tests +commands = flake8 {project} scripts tests [testenv:py34-flake8] deps = flake8 -commands = flake8 project scripts tests +commands = flake8 {project} scripts tests