From 4ec1698d9a959b2557b75eee40ee862468e62ab7 Mon Sep 17 00:00:00 2001 From: jens Date: Sun, 25 Oct 2020 15:02:29 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e67c6a0..34851c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,5 @@ platform: steps: - name: test commands: + - dnf install python3 - python3 manage.py test