Skip to content
Snippets Groups Projects
Commit fa14dfb8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

support for 3.2 dropped

parent 204ca437
No related branches found
No related tags found
No related merge requests found
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5 - "3.5
...@@ -9,12 +8,12 @@ python: ...@@ -9,12 +8,12 @@ python:
cache: pip cache: pip
sudo: required sudo: required
script: script:
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then nosetests --with-coverage; else nosetests; fi - nosetests --with-coverage
install: install:
- pip install coverage - pip install coverage
- pip install codeclimate-test-reporter - pip install codeclimate-test-reporter
- pip install -r requirements.txt - pip install -r requirements.txt
after_success: 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: services:
- rabbitmq - rabbitmq
...@@ -25,7 +25,6 @@ setup(name='CoolAMQP', ...@@ -25,7 +25,6 @@ setup(name='CoolAMQP',
classifiers=[ classifiers=[
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment