Fix tox.ini to clean repositories before building plugin

Because tox doesn't support the shell glob.

Change-Id: I4d84436bbbe4199c1ed8a88a8bb7d22d39e03615
This commit is contained in:
Swann Croiset 2016-04-14 09:25:04 +02:00
parent b93aa2faa3
commit fa22604c09
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,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