]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Make travis execute make test instead of setup.py test
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 11:18:35 +0000 (12:18 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 11:18:35 +0000 (12:18 +0100)
.travis.yml

index d919621cb369fac4deef234900352925a91563ec..3f2e0c99e8f4b3668738c6b473e72211b9c03d56 100644 (file)
@@ -5,4 +5,4 @@ python:
   - "3.3"
 install:
   - "python setup.py install"
-script: python setup.py test
+script: make test