mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-04 21:43:00 +01:00
Alan Orth
1d861f263b
I wasn't chaning into the project directory so the pipenv virtual environment was not getting created in the correct place.
16 lines
316 B
YAML
16 lines
316 B
YAML
image: archlinux
|
|
packages:
|
|
- python-pipenv
|
|
sources:
|
|
- https://git.sr.ht/~alanorth/csv-metadata-quality
|
|
tasks:
|
|
- setup: |
|
|
cd csv-metadata-quality
|
|
pipenv install --dev
|
|
- test: |
|
|
cd csv-metadata-quality
|
|
pipenv run pytest
|
|
environment:
|
|
PIPENV_NOSPIN: 'True'
|
|
PIPENV_HIDE_EMOJIS: 'True'
|