mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-25 15:18:19 +01: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:
parent
7fb7f7e03c
commit
2eb48d8ed0
11
.build.yml
Normal file
11
.build.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user