diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..f9e95eb --- /dev/null +++ b/.build.yml @@ -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'