diff --git a/.travis.yml b/.travis.yml index 1997983..0b459d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: python python: - "2.7" - - "3.2" + # Coverage doesn't support Python 3.2 - "3.3" - "3.4" - "3.5" diff --git a/setup.py b/setup.py index ecd8ca8..aea3eb5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', + # 'Programming Language :: Python :: 3.2', # Not tested 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',