Explorar o código

Run pytest with drone

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
a57269b09a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.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: