Mod tox.ini so that it works with new build syntax

This commit is contained in:
Alex Kavanagh 2016-05-18 14:32:41 +00:00
parent e3f2450b39
commit 43b577b75a

View File

@ -18,7 +18,7 @@ deps =
[testenv:generate]
basepython = python2.7
commands =
charm generate --log-level DEBUG -o {toxinidir}/build barbican
charm build --log-level DEBUG -o {toxinidir}/build barbican
[testenv:venv]
commands = {posargs}