Skip to content

Commit

Permalink
Merge pull request zeromq#223 from msabramo/testing
Browse files Browse the repository at this point in the history
Add .travis.yml for Travis CI (http://travis-ci.org/)
  • Loading branch information
minrk committed Jun 18, 2012
2 parents 4b405da + aeeaee1 commit 50df2f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python

python:
- 2.6
- 2.7
- 3.2

before_install:
- pip install -q --use-mirrors cython

install:
- python setup.py configure --zmq=/usr/local
- python setup.py build_ext --inplace

script: python setup.py test

0 comments on commit 50df2f8

Please sign in to comment.