mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-16 02:57:04 +01:00
12 lines
189 B
YAML
12 lines
189 B
YAML
|
dist: xenial
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.6"
|
||
|
- "3.7"
|
||
|
install:
|
||
|
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
||
|
- "pipenv install --dev"
|
||
|
script: pytest
|
||
|
|
||
|
# vim: ts=2 sw=2 et
|