diff --git a/Makefile b/Makefile index fcb1f15860..982cd143b2 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,6 @@ NOSETESTS ?= nosetests all: clean python -integration: - (cd test/integration; make all) - tests: PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v