summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-05-23 16:41:14 +0200
committerAlessio Sergi <al3hex@gmail.com>2014-05-23 16:41:14 +0200
commit686ffb6085653326ba882103e338e805818662e0 (patch)
treed81c126280e53ee72f472410b84187cea2727b8b /.travis.yml
parent1194320d03d8f759849cb2167c23af6d1beb6eee (diff)
Drop Python 3.2 support in favor of Python 3.3 and newer
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all. Unicode string literals were introduced in Python 3.3 again. See http://legacy.python.org/dev/peps/pep-0414/ for more information.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7981a23..f8cf6ea4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
install: