Skip to content
Snippets Groups Projects
Commit a8e51d33 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Added a prospector CI job

parent 6587cd94
No related branches found
No related tags found
2 merge requests!15Refactor,!13Student page
Pipeline #
......@@ -34,6 +34,12 @@ test_pylint:
- cd backend/
- pylint core || exit 0
test_prospector:
<<: *test_definition
script:
- cd backend/
- prospector --uses django || exit 0
.staging_template: &staging_definition
stage: staging
......
......@@ -173,7 +173,7 @@ class UserAccountManager(BaseUserManager):
account.is_superuser = True
account.save()
return account
return account
class UserAccount(AbstractBaseUser):
......
......@@ -7,5 +7,5 @@ gunicorn~=19.7.0
psycopg2~=2.7.1
xlrd~=1.0.0
pytest-cov~=2.5.1
pylint~=1.7.4
prospector~=0.12.7
django-cors-headers~=2.1.0
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