Add pendulum for testing

This commit is contained in:
Alexander Hosking 2022-04-15 14:07:35 -04:00
parent c07fe7f8b8
commit 478e937c22

View File

@ -13,6 +13,7 @@ buiild job:
- pip3 install --upgrade pip
- pip3 install --upgrade setuptools
- pip3 install Flask gunicorn pytest pytest-cov
- pip3 install pendulum
- pytest tests --cov --cov-report term --cov-report html
deploy job: