1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-09-20 17:04:46 +02:00

Add SourceHut build file

For now it only attempts to install the Python requirements using
pipenv. Later it will run tests with pytest.
This commit is contained in:
Alan Orth 2019-07-26 23:56:16 +03:00
parent 7fb7f7e03c
commit 2eb48d8ed0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

11
.build.yml Normal file
View File

@ -0,0 +1,11 @@
image: archlinux
packages:
- python-pipenv
sources:
- https://git.sr.ht/~alanorth/csv-metadata-quality
tasks:
- setup: |
pipenv install
environment:
PIPENV_NOSPIN: 'True'
PIPENV_HIDE_EMOJIS: 'True'