From: Sebastian Noack Date: Sun, 20 Sep 2015 18:29:34 +0000 (+0200) Subject: Added pypy to the list of Python versions tested by Travis CI X-Git-Tag: 2.9~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761da6ff612966214fe9e34ac6bc86499e34da26;p=thirdparty%2Fjinja.git Added pypy to the list of Python versions tested by Travis CI --- diff --git a/.travis.yml b/.travis.yml index 640c87ab..9cf4d865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" - "3.4" - "3.5" + - "pypy" install: - pip install tox