travis test

This commit is contained in:
Kenneth Reitz 2012-02-23 06:16:56 -05:00
parent 14bd964fb1
commit c0a3c3ea1e
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
install: python setup.py install
script: python test_tablib.py