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