diff options
| -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 |
