X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=test%2FMakefile;h=88ee55d667b00e532086ab53befd5b247d6cde96;hb=6cbc0cf401acfcef67b1e99ab0921335d43dcc8d;hp=fc8fe4525fc6c586927811085b0abdce680f1375;hpb=5c827bf076452564b9e052a22888675fa7678736;p=mimedecode.git diff --git a/test/Makefile b/test/Makefile index fc8fe45..88ee55d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,7 @@ .PHONY: all all: - PYTHON=python2 ./test_all - PYTHON=python3 ./test_all + ./test_all .PHONY: clean