From efb1e590f96499ceb99755135912fa4671f900ae Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Mon, 30 Nov 2015 18:02:09 +0100 Subject: [PATCH] Makefile cleanup Old unfunctional test code --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index f6ce998b..8fb68a31 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,7 @@ -all: test - -test: - testinfra -vs --cov testinfra --cov-report term testinfra - flake8 testinfra - -integration-test: - vagrant up - vagrant ssh-config > .vagrant/ssh_config - testinfra -vs --cov testinfra --cov-report term --integration --ssh-config=.vagrant/ssh_config -n 4 testinfra +all: doc doc: $(MAKE) -C doc html -.PHONY: all test doc integration-test +.PHONY: all doc