.build.yml: Add tests

This commit is contained in:
Alan Orth 2019-07-27 00:38:34 +03:00
parent 41a30f1b07
commit 33121f8a01
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ sources:
- https://git.sr.ht/~alanorth/csv-metadata-quality
tasks:
- setup: |
pipenv install
pipenv install --dev
- test: |
cd csv-metadata-quality
pipenv run pytest
environment:
PIPENV_NOSPIN: 'True'
PIPENV_HIDE_EMOJIS: 'True'