Skip to content
Snippets Groups Projects
Commit a5007327 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jobs renamed

parent 36e5cf7c
No related branches found
No related tags found
1 merge request!393Pep8 checker
......@@ -194,13 +194,13 @@ test_version_in_base_html:
- CURRENT_VERSION=`cat CHANGELOG |grep smasch |head -1 | cut -f2 -d'(' | cut -f1 -d')' | cut -f1 -d'-' `
- test 1 = $(cat smash/web/templates/_base.html |grep "<strong>$CURRENT_VERSION</strong>" |wc -l)
lint:
lint:pylint:
<<: *test_definition
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash
- pylint --rcfile=../.pylintrc --django-settings-module=smash.settings --load-plugins pylint_django web --extension-pkg-allow-list=pycurl
lint:
lint:pep8:
<<: *test_definition
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
......
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