Merge "Added test and clean instructions"
This commit is contained in:
commit
1244ba4591
10
Makefile
10
Makefile
@ -11,3 +11,13 @@ run: kill build
|
|||||||
|
|
||||||
run-interactive: kill build
|
run-interactive: kill build
|
||||||
sudo docker run -i -t --name surveil surveil_image bash
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user