From fa14dfb8beaf172e328610bf77c8a04c4c0a7086 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 23 Dec 2016 21:53:38 +0100
Subject: [PATCH] support for 3.2 dropped

---
 .travis.yml | 5 ++---
 setup.py    | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 408a6ed..67265b5 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 892fb48..4049725 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',
-- 
GitLab