]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Use tox in travis
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 12:46:08 +0000 (13:46 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 12:46:08 +0000 (13:46 +0100)
.travis.yml

index 3d3fdad141ca0bff287a037040bb96abb4ee291b..3d7929628ff90c2428d877ab5ddb5c6e50f7829e 100644 (file)
@@ -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