From: Markus Unterwaditzer Date: Sun, 20 Sep 2015 17:43:09 +0000 (+0200) Subject: Don't pin to .0 version X-Git-Tag: 2.9~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dcfa06b7b5c61c5eb250e2c96054711494f45e;p=thirdparty%2Fjinja.git Don't pin to .0 version --- diff --git a/.travis.yml b/.travis.yml index 8e2ea0b1..640c87ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" - "3.3" - "3.4" - - "3.5.0" + - "3.5" install: - pip install tox