diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 14:53:26 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 14:53:26 +0100 |
| commit | 01c294bccd10f8c430e1c959fbb5ebacea8f3c3a (patch) | |
| tree | 1974d9c017c0fa28d6033159cf8c896574812bc4 /.travis.yml | |
| parent | Enable both pdftk and qpdf (diff) | |
| download | paper2remarkable-01c294bccd10f8c430e1c959fbb5ebacea8f3c3a.tar.gz paper2remarkable-01c294bccd10f8c430e1c959fbb5ebacea8f3c3a.zip | |
Add unit test
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f412f9b..e2edaaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: before_install: - sudo apt-get update - - sudo apt-get install ghostscript pdftk poppler-utils + - sudo apt-get install ghostscript pdftk poppler-utils qpdf install: - pip install -e .[dev] |
