[CI] Removing Python 3.2, as it complains about unicode strings

Honestly: I have *no idea* how to fix this, so for the time being,
Python 3.2 won't be supported.
This commit is contained in:
Tobi-wan Kenobi 2016-12-10 20:00:09 +01:00
parent c44b529c1f
commit e8f9a50cf7

View file

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