From: Armin Ronacher Date: Wed, 28 Dec 2016 23:23:37 +0000 (+0100) Subject: Also test on 3.6 X-Git-Tag: 2.9~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b03052c9b6f7028e5cb79fb96440a0560bc4340;p=thirdparty%2Fjinja.git Also test on 3.6 --- diff --git a/.travis.yml b/.travis.yml index 90aa3d9d..ebaf8463 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - pip install tox script: