From: Armin Ronacher Date: Mon, 20 May 2013 11:18:35 +0000 (+0100) Subject: Make travis execute make test instead of setup.py test X-Git-Tag: 2.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8020d0209e8d8ebadab53cdb06b0293e99721a1c;p=thirdparty%2Fjinja.git Make travis execute make test instead of setup.py test --- diff --git a/.travis.yml b/.travis.yml index d919621c..3f2e0c99 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