Преглед изворни кода

Update drone file with dev requirements

Colin Powell пре 1 година
родитељ
комит
1a5cd5106f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -14,7 +14,7 @@ steps:
       # Install dependencies
       - cp vrobbler.conf.test vrobbler.conf
       - pip install poetry
-      - poetry install
+      - poetry install --with dev
       # Start with a fresh database (which is already running as a service from Drone)
       - poetry run pytest --cov-report term:skip-covered --cov=vrobbler tests
     environment: