Added travis.yml.

This commit is contained in:
Vinay Sajip 2013-02-24 17:58:10 +00:00
parent 8b2a584b34
commit 1bff390926
1 changed files with 7 additions and 0 deletions

7
travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script: "python setup.py test"