Tox: always recreate the virtualenv for `freeze`

Change-Id: I7d9434609818d29b517797f20e00b85a0e221c57
This commit is contained in:
Mark Burnett 2017-10-27 08:17:43 -05:00
parent 93461b3c8b
commit 918ee0500d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ commands =
[testenv:freeze]
deps = -r{toxinidir}/requirements-direct.txt
recreate = True
whitelist_externals=sh
commands=
sh -c "pip freeze | grep -v '^promenade' > {toxinidir}/requirements-frozen.txt"