Add .travis.yml for Travis CI (http://travis-ci.org/)

This commit is contained in:
Marc Abramowitz 2012-06-22 00:53:31 -07:00
parent df0e48a1d1
commit 6caa8e717c
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -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