Makefile: Continue testing if py3 fails

This commit is contained in:
Simon Albinsson
2018-04-23 20:47:21 +00:00
parent 05e6a98001
commit 89039475fd

View File

@@ -1,7 +1,12 @@
test:
python3 -m unittest discover
.PHONY: test test2 test3
test2:
python2 -m unittest discover
test3:
python3 -m unittest discover || true
test: test3 test2
uppload:
mkdir -p dist.old
mv dist/* dist.old/