diff --git a/.travis.yml b/.travis.yml index 408a6ed4bc68a6df8abe634c5ba99c0d7b3fe4b7..67265b5ebd731b95a88b0fc00cd80ed7a6a18ce4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5 @@ -9,12 +8,12 @@ python: cache: pip sudo: required script: - - if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then nosetests --with-coverage; else nosetests; fi + - nosetests --with-coverage install: - pip install coverage - pip install codeclimate-test-reporter - pip install -r requirements.txt after_success: - - if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter; fi + - CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter services: - rabbitmq diff --git a/setup.py b/setup.py index 892fb48ef509aa3e8ecae9020351d6638d6d9461..4049725ed4597913fcb1ad14b2fd8c8125367607 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,6 @@ setup(name='CoolAMQP', classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',