Drop support for Python 3.2

coverage.py does not support it anymore and it is not worth to work around it.
This commit is contained in:
Stefan Kögl 2015-10-28 20:05:54 +01:00
parent 309468887e
commit de059035de
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -45,7 +45,6 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',