From cdd2b85741d62cb99cf89afd9feb077f35b28f21 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 15 Mar 2017 18:31:37 +0100 Subject: [PATCH] removing tests for python 3.2 since jinja2 does not support it anyway --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 951329e..4a73a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.2" - "3.3" - "3.4" - "3.5"