Skip to content

Commit

Permalink
Add support for Travis CI (http://travis-ci.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed May 31, 2012
1 parent 0980885 commit a51b120
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.5
- 2.6
- 2.7
- 3.2
- pypy

script: python setup.py test

0 comments on commit a51b120

Please sign in to comment.