Files
tablib/.travis.yml
T
James Patrick Robinson Jr 85e2bd73fc put the install back in
2013-08-27 17:34:06 -04:00

9 lines
116 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
install:
- python setup.py install
script: python test_tablib.py