Fix tox.ini to clean repositories before building plugin

Because tox doesn't support the shell glob

Change-Id: I8294287e7c9ecd6097d2c5f24eec70044be68ae1
This commit is contained in:
Swann Croiset 2016-03-23 16:30:10 +01:00
parent e70326fd95
commit 4283e9f5f9
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ commands =
changedir = {toxinidir}
whitelist_externals =
fpb
rm
bash
commands =
rm -rf .build repositories/ubuntu/*.deb repositories/centos/*.rpm
bash -c "rm -rf .build repositories/ubuntu/*.deb repositories/centos/*.rpm"
fpb --check {toxinidir} --debug
fpb --build {toxinidir} --debug