This commit is contained in:
Kenneth Reitz 2012-02-23 06:20:57 -05:00
parent c136b794a7
commit 7236415f42
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