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

travis + fireworks

parent 168f0d27
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
cache: pip
script:
- nosetests
CoolAMQP CoolAMQP
======== ========
[![PyPI version](https://badge.fury.io/py/CoolAMQP.svg)](https://badge.fury.io/py/CoolAMQP) [![PyPI version](https://badge.fury.io/py/CoolAMQP.svg)](https://badge.fury.io/py/CoolAMQP)
[![Build Status](https://travis-ci.org/smok-serwis/CoolAMQP.svg)](https://travis-ci.org/smok-serwis/CoolAMQP)
[![PyPI](https://img.shields.io/pypi/pyversions/CoolAMQP.svg)]()
[![PyPI](https://img.shields.io/pypi/implementation/CoolAMQP.svg)]()
When you're tired of fucking with AMQP reconnects. When you're tired of fucking with AMQP reconnects.
......
...@@ -16,5 +16,14 @@ setup(name='CoolAMQP', ...@@ -16,5 +16,14 @@ setup(name='CoolAMQP',
requires=[ requires=[
"amqp", "amqp",
"six" "six"
],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent'
] ]
) )
\ No newline at end of file
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