summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Loria <sloria1@gmail.com>2015-11-14 12:10:16 -0500
committerSteven Loria <sloria1@gmail.com>2015-11-14 12:10:16 -0500
commit5d5d94646bd7ecfa30c73e2f73562b5250ff6a1d (patch)
tree13caaa372948a4691882b0753cdd1e0694097167
parent1a2c4daea9996365498647c6f8a2bcdb607d7b16 (diff)
downloadbottle-5d5d94646bd7ecfa30c73e2f73562b5250ff6a1d.tar.gz
Add make command for running tests on py35
-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 {} +