mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-13 01:27:08 +01:00
17 lines
281 B
YAML
17 lines
281 B
YAML
dist: bionic
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.8-dev" # 3.8 development branch
|
|
jobs:
|
|
allow_failures:
|
|
- python: "3.8-dev"
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install -r requirements-dev.txt"
|
|
script: pytest
|
|
|
|
# vim: ts=2 sw=2 et
|