mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 13:55:03 +01:00
.build.yml: Add tests
This commit is contained in:
parent
41a30f1b07
commit
33121f8a01
@ -5,7 +5,10 @@ sources:
|
|||||||
- https://git.sr.ht/~alanorth/csv-metadata-quality
|
- https://git.sr.ht/~alanorth/csv-metadata-quality
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
pipenv install
|
pipenv install --dev
|
||||||
|
- test: |
|
||||||
|
cd csv-metadata-quality
|
||||||
|
pipenv run pytest
|
||||||
environment:
|
environment:
|
||||||
PIPENV_NOSPIN: 'True'
|
PIPENV_NOSPIN: 'True'
|
||||||
PIPENV_HIDE_EMOJIS: 'True'
|
PIPENV_HIDE_EMOJIS: 'True'
|
||||||
|
Loading…
Reference in New Issue
Block a user