From 33121f8a011dab18a950281989967c3b68d38199 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 27 Jul 2019 00:38:34 +0300 Subject: [PATCH] .build.yml: Add tests --- .build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index f9e95eb..5b9a4d2 100644 --- a/.build.yml +++ b/.build.yml @@ -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'