mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
8 lines
112 B
YAML
8 lines
112 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
install: python setup.py install
|
|
script: python test_tablib.py
|