summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c1981b..4e7aa9e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ docs:
test:
python test/testall.py
-test_all: test_25 test_26 test_27 test_31 test_32 test_33
+test_all: test_25 test_26 test_27 test_31 test_32 test_33 test_34
test_25:
python2.5 test/testall.py
@@ -52,6 +52,9 @@ test_32:
test_33:
python3.3 test/testall.py
+test_34:
+ python3.4 test/testall.py
+
clean:
rm -rf build/ dist/ MANIFEST 2>/dev/null || true
find . -name '__pycache__' -exec rm -rf {} +