aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-01-07 15:43:38 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-01-07 15:43:38 +0000
commitfc8d67cdee94d915dd945b77c37b41f220be168f (patch)
tree6671119ad5d7181ee7681b3bcd4e874052abbbbb /.travis.yml
parentadd initial travis config (diff)
downloadpaper2remarkable-fc8d67cdee94d915dd945b77c37b41f220be168f.tar.gz
paper2remarkable-fc8d67cdee94d915dd945b77c37b41f220be168f.zip
Add system dependencies necessary for testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a657a8..5551597 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
+dist: trusty
+
language: python
python:
- - "3.7"
+ - "3.6"
+
+before_install:
+ - sudo apt-get update
+ - sudo apt-get install ghostscript pdftk texlive-extra-utils poppler-utils
install:
- pip install six