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

[drone] Update drone to install with test, rather than dev

Colin Powell пре 1 месец
родитељ
комит
498712e531
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 --with dev
+      - poetry install --with test
       # 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: