Fix build break
This commit is contained in:
parent
32d7b57daa
commit
aa37efdd70
@ -14,6 +14,7 @@ before_install:
|
|||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script:
|
script:
|
||||||
- python3 -m flake8
|
- python3 -m flake8
|
||||||
|
- echo buku | xargs pylint --rcfile tests/.pylintrc
|
||||||
- find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc
|
- find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc
|
||||||
- python3 -m pytest ./tests/test_*.py --cov buku -vv --durations=0
|
- python3 -m pytest ./tests/test_*.py --cov buku -vv --durations=0
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user