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
1 changed files with 1 additions and 1 deletions

View File

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