[Travis] Remove Python 3.2 from list of support versions

Python 3.2 does not support unicode literals (u"some string"), which are
required for the correct display of icons.

closes #43
This commit is contained in:
Tobi-wan Kenobi 2017-02-25 07:51:19 +01:00
parent 817b8468b6
commit 72c60b8c1e

View file

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"