add travis support
This commit is contained in:
parent
97f4e34d58
commit
31be6884b3
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
@ -1,5 +1,7 @@
|
|||||||
# pyngus #
|
# 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
|
A messaging framework built on the QPID Proton engine. It provides a
|
||||||
callback-based API for message passing.
|
callback-based API for message passing.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user