Skip to content

Commit

Permalink
Merge pull request #9 from msabramo/travis
Browse files Browse the repository at this point in the history
Add .travis.yml for Travis CI (http://travis-ci.org/)
  • Loading branch information
schmir committed Jun 29, 2012
2 parents df0e48a + 6caa8e7 commit fe5c7da
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

before_install: pip install --use-mirrors pytest twill paste pastedeploy
install: python setup.py install
script: py.test

0 comments on commit fe5c7da

Please sign in to comment.