Skip to content

Commit

Permalink
Add .travis.yml for Travis CI (http://travis-ci.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jul 9, 2012
1 parent b0127ae commit 3a78a55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python

python:
- 2.5
- 2.6
- 2.7
- pypy

install: pip install --use-mirrors mock nose .

script: nosetests

0 comments on commit 3a78a55

Please sign in to comment.