From 43b577b75aabb4f3afaaa5cee7f0cc35b84bc907 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 18 May 2016 14:32:41 +0000 Subject: [PATCH] Mod tox.ini so that it works with new build syntax --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ccc52c..0e735fa 100644 --- a/tox.ini +++ b/tox.ini @@ -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}