Skip to content
Snippets Groups Projects
Verified Commit 2a35f4d3 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

fix travis

parent f0cfd48c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ before_script:
- find . -name "*.py" -exec python3 -m py_compile '{}' \;
- find . -name "*.py" -exec pylint '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- bandit -r .
- bandit -r . + || if [ $? -eq 1 ]; then echo "you fail"; fi
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment