From: Markus Unterwaditzer Date: Sun, 22 Mar 2015 12:46:08 +0000 (+0100) Subject: Use tox in travis X-Git-Tag: 2.8~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67da73fc6be9a486d59b6bd82b260819e058c250;p=thirdparty%2Fjinja.git Use tox in travis --- diff --git a/.travis.yml b/.travis.yml index 3d3fdad1..3d792962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,10 @@ python: - "3.4" install: - - "python setup.py install" - -script: make test + - pip install tox +script: + - tox -e \ + $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS notifications: email: false