mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
13 lines
216 B
YAML
13 lines
216 B
YAML
language: python
|
|
cache: pip
|
|
matrix:
|
|
include:
|
|
- python: 2.7
|
|
- python: 3.5
|
|
- python: 3.6
|
|
- python: 3.7
|
|
- python: 3.8-dev
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: python test_tablib.py
|