diff --git a/.travis.yml b/.travis.yml index 27f61cb..a3d08b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5" @@ -10,9 +9,6 @@ python: install: - pip install flake8 - pip install coveralls - # Coveralls 4.0 doesn't support Python 3.2 - - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi - - if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi script: - coverage run --source=vladiate setup.py test - flake8 . diff --git a/setup.py b/setup.py index a26a804..0719ef7 100644 --- a/setup.py +++ b/setup.py @@ -43,12 +43,10 @@ def readme(): "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', "Intended Audience :: Developers",