mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
More CI file changes
This commit is contained in:
parent
37a43c8657
commit
b8856476be
@ -16,6 +16,8 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install gettext
|
- sudo apt-get install gettext
|
||||||
|
- sudo apt-get install mysql-server libmysqlclient-dev
|
||||||
|
- sudo apt-get install postgresql postgresql-contrib libpq-dev
|
||||||
- pip3 install invoke
|
- pip3 install invoke
|
||||||
- pip3 install mysqlclient
|
- pip3 install mysqlclient
|
||||||
- pip3 install psycopg2
|
- pip3 install psycopg2
|
||||||
|
@ -7,5 +7,5 @@ ignore =
|
|||||||
E501, E722,
|
E501, E722,
|
||||||
# - C901 - function is too complex
|
# - C901 - function is too complex
|
||||||
C901,
|
C901,
|
||||||
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
|
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py*
|
||||||
max-complexity = 20
|
max-complexity = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user