Merge "Added test and clean instructions"

This commit is contained in:
Jenkins 2014-08-14 15:37:59 +00:00 committed by Gerrit Code Review
commit 1244ba4591

View File

@ -11,3 +11,13 @@ run: kill build
run-interactive: kill build
sudo docker run -i -t --name surveil surveil_image bash
test:
tox
clean:
rm -rf pbr-*.egg
rm -rf surveil.egg-info
rm -rf .tox
rm -rf .testrepository
rm -rf doc/build