add travis support

This commit is contained in:
Flavio Percoco 2015-05-14 11:01:29 +02:00
parent 97f4e34d58
commit 31be6884b3
2 changed files with 11 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- sudo apt-get install -qq uuid-dev swig
- pip install -r test-requirements.txt
- pip install .
# command to run tests
script: tests/test-runner

View File

@ -1,5 +1,7 @@
# pyngus #
[![Build Status](https://travis-ci.org/FlaPer87/pyngus.svg)](https://travis-ci.org/FlaPer87/pyngus)
A messaging framework built on the QPID Proton engine. It provides a
callback-based API for message passing.