Update tox.ini for charm-build from venv

This commit is contained in:
Ryan Beisner 2016-05-04 17:44:20 -05:00
parent 7b811612a2
commit c5d14bc979
1 changed files with 1 additions and 1 deletions

View File

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