Use apt-get instead

This commit is contained in:
Jake Howard 2017-04-26 14:38:11 +01:00
parent 1107fe3646
commit 0e963d6f64

View File

@ -2,13 +2,8 @@ sudo: false
language: python
python: "3.6"
addons:
apt:
packages:
- pandoc
- pandoc-citeproc
before_install:
- sudo apt-get install pandoc pandoc-citeproc
- bash scripts/before_script.sh
install: