Added test and clean instructions

Change-Id: Ie2801c50034c9e7af1930abd59c808d2af166b95
This commit is contained in:
aviau 2014-08-14 11:28:56 -04:00
parent 91787d6b83
commit 556d4f4df2

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