1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00
csv-metadata-quality/.travis.yml

13 lines
199 B
YAML
Raw Normal View History

2019-11-14 22:22:19 +01:00
dist: bionic
language: python
python:
- "3.6"
- "3.7"
2019-11-14 22:22:37 +01:00
- "3.8"
install:
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"
script: pytest
# vim: ts=2 sw=2 et