Cleanup circle file

This commit is contained in:
Jake Howard 2017-04-05 15:44:10 +01:00
parent 87e01c171f
commit 2fa356cd18

View File

@ -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