summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 12:18:35 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 12:18:35 +0100
commit8020d0209e8d8ebadab53cdb06b0293e99721a1c (patch)
treedc385745db3f0eb0056c1baba64fa707a9253b57
parentd76b8da0d2a5c466bd0381b318725c97d47a7e51 (diff)
downloadjinja2-8020d0209e8d8ebadab53cdb06b0293e99721a1c.tar.gz
Make travis execute make test instead of setup.py test
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d919621..3f2e0c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ python:
- "3.3"
install:
- "python setup.py install"
-script: python setup.py test
+script: make test