From 67c20918e01e89d1bee6297c8b34de19d81fcf8b Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Tue, 18 Apr 2017 11:48:23 +0300 Subject: [PATCH] Trying travis support 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e770b63..c539596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.2" +# - "3.2" 3.2 doesn't support the u'' syntax - "3.3" - "3.4" - "3.5"