diff --git a/Makefile b/Makefile index fb8b55c6a76..c617b1eec9a 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ NOSETESTS := nosetests all: clean python tests: - PYTHONPATH=./lib $(NOSETESTS) -d -v + PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' docs: $(MANPAGES) modulepages