1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

Remove .build.yml

I will just use GitHub Actions and Drone.
This commit is contained in:
Alan Orth 2021-01-26 11:41:30 +02:00
parent bcb9885c6b
commit cc1743b86d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,15 +0,0 @@
image: archlinux
packages:
- python-poetry
sources:
- https://git.sr.ht/~alanorth/csv-metadata-quality
tasks:
- setup: |
cd csv-metadata-quality
poetry install
- pytest: |
cd csv-metadata-quality
poetry run pytest
- testcli: |
cd csv-metadata-quality
poetry run csv-metadata-quality -i data/test.csv -o /tmp/test.csv -e -u --agrovoc-fields dc.subject,cg.coverage.country