]> git.phdru.name Git - mimedecode.git/blobdiff - test/Makefile
Feat(tests): Use tox for testing
[mimedecode.git] / test / Makefile
index fc8fe4525fc6c586927811085b0abdce680f1375..88ee55d667b00e532086ab53befd5b247d6cde96 100644 (file)
@@ -1,8 +1,7 @@
 
 .PHONY: all
 all:
-       PYTHON=python2 ./test_all
-       PYTHON=python3 ./test_all
+       ./test_all
 
 
 .PHONY: clean