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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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