add travis ci

This commit is contained in:
Paul Tagliamonte 2013-03-06 19:23:53 -05:00
parent 9ee1b579dc
commit 442267a146
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "pypy"
- "2.7"
- "3.2"
- "3.3"
- "2.6"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# # command to run tests
script: nosetests