diff --git a/{{cookiecutter.repo_name}}/ci/templates/tox.ini b/{{cookiecutter.repo_name}}/ci/templates/tox.ini index 620ae43a..4528e0de 100644 --- a/{{cookiecutter.repo_name}}/ci/templates/tox.ini +++ b/{{cookiecutter.repo_name}}/ci/templates/tox.ini @@ -59,7 +59,9 @@ deps = matrix skip_install = true commands = - python bootstrap.py + python ci/bootstrap.py +passenv = + * [testenv:check] basepython = python3.4