archive
/
md-pdf
Archived
1
Fork 0

Try on circle

This commit is contained in:
Jake Howard 2017-04-26 14:50:17 +01:00
parent 345f819416
commit fee06def44
2 changed files with 4 additions and 13 deletions

View File

@ -1,13 +0,0 @@
sudo: required
language: python
python: "3.6"
before_install:
- sudo apt-get install pandoc pandoc-citeproc
- bash scripts/before_script.sh
install:
- python3 setup.py install
script:
- cd test-files && mdp -vvv

View File

@ -6,6 +6,10 @@ machine:
dependencies:
pre:
- sudo apt update && sudo apt install pandoc pandoc-citeproc
- bash scripts/before_script.sh
post:
- pip install -r dev-requirements.txt