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]
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}