From 935aa506e53fb11d3a98117052a47cb7c6f749ab Mon Sep 17 00:00:00 2001 From: James Ascroft-Leigh Date: Fri, 29 May 2015 14:28:11 +0100 Subject: [PATCH] Test with Python 3.4 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b882dc6e2..47055ad5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: python python: - "3.2" + - "3.3" + - "3.4" install: - pip install --use-mirrors -r test-requirements.pip services: - rabbitmq -script: nosetests -c nose.cfg --with-coverage --cover-package=pika \ No newline at end of file +script: nosetests -c nose.cfg --with-coverage --cover-package=pika