Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
4f196a10
Commit
4f196a10
authored
Jun 19, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
add missing requirements for dev
fight with CI
parent
1358d339
Pipeline
#12654
failed with stage
in 1 minute and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f196a10
...
...
@@ -30,5 +30,4 @@ test-backend:
DJANGO_SETTINGS_MODULE
:
"
metagenedb.settings-gitlab-ci"
script
:
-
flake8 --max-line-length
120
-
coverage run --source='.' scripts/manage.py test metagenedb/tests
-
coverage report
-
pytest --cov .
backend/metagenedb/
tests/
apps/accounts/test_auth.py
→
backend/metagenedb/apps/accounts/test_auth.py
View file @
4f196a10
File moved
backend/requirements_dev.txt
View file @
4f196a10
...
...
@@ -5,7 +5,9 @@ Django==2.2.1
django-cors-headers==3.0.2
django-environ==0.4.5
django-extensions==2.1.7
django-filter==2.1.0
djangorestframework==3.9.4
djangorestframework-jwt==1.11.0
entrypoints==0.3
flake8==3.7.7
importlib-metadata==0.18
...
...
@@ -17,9 +19,11 @@ psycopg2==2.8.2
py==1.8.0
pycodestyle==2.5.0
pyflakes==2.1.1
PyJWT==1.7.1
pyparsing==2.4.0
pytest==4.6.3
pytest-cov==2.7.1
pytest-django==3.5.0
pytz==2019.1
six==1.12.0
sqlparse==0.3.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment