Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jens 2020-10-25 15:07:32 +00:00
parent 5ea03be2e5
commit 90b9fcdde0
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@ platform:
steps:
- name: test
commands:
- dnf install -y python3
- dnf install -y python3 python3-pip
- pip3 install -U Django
- python3 manage.py test