Cleanup circle file
This commit is contained in:
parent
87e01c171f
commit
2fa356cd18
1 changed files with 1 additions and 3 deletions
|
@ -8,12 +8,10 @@ machine:
|
|||
dependencies:
|
||||
post:
|
||||
- pip install -r dev-requirements.txt
|
||||
- npm install
|
||||
|
||||
|
||||
test:
|
||||
override:
|
||||
post:
|
||||
- flake8 md_pdf/ --ignore=E128,E501
|
||||
- safety check
|
||||
- bandit -r md_pdf/
|
||||
- npm test
|
||||
|
|
Reference in a new issue