diff --git a/Makefile b/Makefile index bf9fa22..df89e0d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ docs: compile test: - $(PYTHON)ASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests + PYTHONASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests $(PYTHON) -m unittest discover -s tests