Run pytest with drone

This commit is contained in:
2023-01-19 14:30:04 -05:00
parent 68423488ff
commit a57269b09a

View File

@ -16,7 +16,7 @@ steps:
- pip install poetry
- poetry install
# Start with a fresh database (which is already running as a service from Drone)
- poetry run python manage.py test
- poetry run pytest
environment:
VROBBLER_DATABASE_URL: sqlite:///test.db
volumes: