Fix tox.ini to clean repositories before building plugin

Because tox doesn't support the shell glob.

Change-Id: I4253b49a002fe197599313d6171dfddd45491b41
(cherry picked from commit a14820b33c)
This commit is contained in:
Swann Croiset 2016-04-13 13:46:24 +02:00 committed by Simon Pasquier
parent 80cf31fd78
commit a82cc38a67
1 changed files with 2 additions and 4 deletions

View File

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