Skip to content

Commit

Permalink
Makefile cleanup
Browse files Browse the repository at this point in the history
Old unfunctional test code
  • Loading branch information
philpep committed Nov 30, 2015
1 parent 5e995a5 commit efb1e59
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit efb1e59

Please sign in to comment.