[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:
parent
c44b529c1f
commit
e8f9a50cf7
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
|
Loading…
Reference in a new issue