mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
11 lines
140 B
YAML
11 lines
140 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: python test_tablib.py
|