summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2d79ec..009be88 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,9 @@ test_33:
test_34:
python3.4 test/testall.py
+test_35:
+ python3.5 test/testall.py
+
clean:
rm -rf build/ dist/ MANIFEST 2>/dev/null || true
find . -name '__pycache__' -exec rm -rf {} +