diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-27 20:59:17 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-27 20:59:17 +0100 |
| commit | 282de79f44e95b539c1788de8a71177b5a023557 (patch) | |
| tree | 6a6a26e210dc32d4d6a5ed4d8bc0b581af9bbc0e /.travis.yml | |
| parent | [WIP] Provider for Taylor and Francis Online (diff) | |
| parent | Bump version and update changelog (diff) | |
| download | paper2remarkable-282de79f44e95b539c1788de8a71177b5a023557.tar.gz paper2remarkable-282de79f44e95b539c1788de8a71177b5a023557.zip | |
Merge branch 'master' into feature/tandfonline
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5551597..32a2a1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial language: python python: @@ -6,11 +6,14 @@ python: before_install: - sudo apt-get update - - sudo apt-get install ghostscript pdftk texlive-extra-utils poppler-utils + - sudo apt-get install ghostscript pdftk poppler-utils qpdf + - nvm install v12.18.1 + - nvm use v12.18.1 install: - - pip install six - - pip install -e .[dev] + - pip install pre-commit + - pip install -e .[test] script: + - pre-commit run --all-files --show-diff-on-failure - green -vv -a ./tests |
