1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00

.build.yml: Try to run the script itself

This commit is contained in:
Alan Orth 2019-07-31 17:48:17 +03:00
parent 734ae7f011
commit db42fbfea9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,9 +7,13 @@ tasks:
- setup: |
cd csv-metadata-quality
pipenv install --dev
- test: |
- pytest: |
cd csv-metadata-quality
pipenv run pytest
- test: |
cd csv-metadata-quality
pipenv shell pip install .
pipenv shell csv-metadata-quality -i data/test.csv -o /dev/null -u
environment:
PIPENV_NOSPIN: 'True'
PIPENV_HIDE_EMOJIS: 'True'