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