Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed May 15, 2012
1 parent f2873a1 commit e33a405
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python

python:
- 2.6
- 2.7

before_install:
- sudo apt-get install python-dev libevent-dev

script: python setup.py test

0 comments on commit e33a405

Please sign in to comment.