From a57269b09a40cef03b8cf1f4fd8abcdc81ef14c5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 19 Jan 2023 14:30:04 -0500 Subject: [PATCH] Run pytest with drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03aba22..1e58183 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: