archive
/
md-pdf
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/circle.yml

16 lines
207 B
YAML
Raw Normal View History

2017-03-27 09:34:11 +01:00
machine:
python:
version: 3.6.0
dependencies:
post:
- pip install -r dev-requirements.txt
test:
override:
2017-03-27 09:35:55 +01:00
- flake8 md_pdf/ --ignore=E128,E501
2017-03-30 18:28:10 +01:00
- safety check
- bandit -r md_pdf/