Files
tablib/.travis.yml
T
2019-10-03 09:32:43 +02:00

12 lines
194 B
YAML

language: python
cache: pip
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
install:
- pip install -r requirements.txt
script: python test_tablib.py