drone test

This commit is contained in:
Torma Kristóf 2019-12-18 17:54:20 +01:00
parent 121dc1ec8c
commit c0120c00eb
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ steps:
- find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- bandit -r .
trigger:
branch:
- master