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
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ skipsdist = True ...@@ -4,7 +4,7 @@ skipsdist = True
envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
[testenv] [testenv]
envdir = {toxinidir}/.tox envdir = {toxinidir}/.tox/molecule
deps = -rtests/requirements.txt deps = -rtests/requirements.txt
passenv = HOME VBOX* ANSIBLE_* passenv = HOME VBOX* ANSIBLE_*
whitelist_externals = whitelist_externals =
...@@ -14,7 +14,6 @@ commands = ...@@ -14,7 +14,6 @@ commands =
molecule test --platform {envname} molecule test --platform {envname}
[testenv:pre-commit] [testenv:pre-commit]
envdir = {toxinidir}/.tox
deps = deps =
-rtests/requirements.txt -rtests/requirements.txt
pre-commit pre-commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment