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

fixes #1

parent b4258a6e
No related branches found
No related tags found
1 merge request!1fixes #1
......@@ -19,6 +19,13 @@ stages:
AMQP_HOST: "rabbitmq"
.before_test_rmq4:
extends: .before_test
services:
- name: rabbitmq:4.0-management
alias: rabbitmq
stresstest_select:
extends: .before_test
script:
......@@ -74,9 +81,18 @@ unittest_epoll:
- mv .coverage .coverage.unitepoll
unittest_epoll_rmq4:
extends: .before_test_rmq4
script:
- coverage run --append -m nose2 -F -vv
after_script:
- mv .coverage .coverage.unitepoll_rmq4
calc_coverage:
stage: build
dependencies:
- unittest_epoll_rmq4
- unittest_epoll
- unittest_select
- stresstest_epoll
......
Previous release notes are hosted on [GitHub](https://github.com/smok-serwis/coolamqp/releases).
Since v1.3.2 they'll be put here and in release description.
# v1.4.4
========
* added unit tests for RabbitMQ 4.0
# v1.4.3
========
......
......@@ -22,6 +22,7 @@ Why CoolAMQP?
-------------
* tested against all versions of RabbitMQ 3.x (with testing with RabbitMQ 4.x pending)
* automatic tests check against RabbitMQ 3.10 and RabbitMQ 4.0
* AMQP 0.9.1 client that's native Python
* heavily optimized for speed
* geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/)
......
__version__ = '1.4.3'
__version__ = '1.4.4a1'
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