Skip to content
Snippets Groups Projects
Commit 982211ee authored by nimrod's avatar nimrod
Browse files

- Share the Tox directory just between the Molecule tests (sharing between the...

- Share the Tox directory just between the Molecule tests (sharing between the Molecule tests and pre-commit, which have different dependencies, causes every change to rebuild the virtualenv).
parent 70c4c54f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ skipsdist = True
envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
[testenv]
envdir = {toxinidir}/.tox
envdir = {toxinidir}/.tox/molecule
deps = -rtests/requirements.txt
passenv = HOME VBOX* ANSIBLE_*
whitelist_externals =
......@@ -14,7 +14,6 @@ commands =
molecule test --platform {envname}
[testenv:pre-commit]
envdir = {toxinidir}/.tox
deps =
-rtests/requirements.txt
pre-commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment