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:
|
dependencies:
|
||||||
post:
|
post:
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
- npm install
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
post:
|
||||||
- flake8 md_pdf/ --ignore=E128,E501
|
- flake8 md_pdf/ --ignore=E128,E501
|
||||||
- safety check
|
- safety check
|
||||||
- bandit -r md_pdf/
|
- bandit -r md_pdf/
|
||||||
- npm test
|
|
||||||
|
|
Reference in a new issue