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

30 lines
515 B
YAML
Raw Normal View History

2017-03-27 09:34:11 +01:00
machine:
python:
version: 3.6.0
2017-04-05 15:37:08 +01:00
node:
version: 6.10.2
2017-03-27 09:34:11 +01:00
2017-05-03 15:32:05 +01:00
general:
artifacts:
- test-files/out/
2017-03-27 09:34:11 +01:00
dependencies:
2017-04-26 14:50:17 +01:00
pre:
2017-04-27 19:30:20 +01:00
- sudo apt install pandoc pandoc-citeproc
2017-04-26 14:50:17 +01:00
- bash scripts/before_script.sh
2017-03-27 09:34:11 +01:00
post:
- pip install -r dev-requirements.txt
test:
2017-05-27 22:10:06 +01:00
override:
- npm test
2017-03-27 09:35:55 +01:00
- flake8 md_pdf/ --ignore=E128,E501
2017-06-08 10:04:09 +01:00
- mypy --ignore-missing-imports md_pdf
2017-03-30 18:28:10 +01:00
- safety check
- bandit -r md_pdf/
2017-05-27 22:27:47 +01:00
- mdp --update-csl -vvv
2017-05-03 15:26:15 +01:00
- cd test-files/ && mdp -vvv
2017-05-27 20:04:36 +01:00
- scripts/run-tests.sh