Makefile: Now runs tests with python3

This commit is contained in:
Simon Albinsson
2018-04-22 19:52:18 +00:00
parent 74e5aceb05
commit de5851ad89

View File

@@ -1,2 +1,3 @@
test:
python -m unittest discover
python3 -m unittest discover
python2 -m unittest discover