summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-22 13:46:08 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-22 13:46:08 +0100
commit67da73fc6be9a486d59b6bd82b260819e058c250 (patch)
tree9cc15a7e93e20ecaed97576e31d237abfd212287 /.travis.yml
parentee2cb97449d9f3548060bb93aed86a52255a28f9 (diff)
downloadjinja2-67da73fc6be9a486d59b6bd82b260819e058c250.tar.gz
Use tox in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d3fdad..3d79296 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