diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-01-07 15:43:38 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-01-07 15:43:38 +0000 |
| commit | fc8d67cdee94d915dd945b77c37b41f220be168f (patch) | |
| tree | 6671119ad5d7181ee7681b3bcd4e874052abbbbb /.travis.yml | |
| parent | add initial travis config (diff) | |
| download | paper2remarkable-fc8d67cdee94d915dd945b77c37b41f220be168f.tar.gz paper2remarkable-fc8d67cdee94d915dd945b77c37b41f220be168f.zip | |
Add system dependencies necessary for testing
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
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 |
