aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 32a2a1e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-dist: xenial
-
-language: python
-python:
- - "3.6"
-
-before_install:
- - sudo apt-get update
- - sudo apt-get install ghostscript pdftk poppler-utils qpdf
- - nvm install v12.18.1
- - nvm use v12.18.1
-
-install:
- - pip install pre-commit
- - pip install -e .[test]
-
-script:
- - pre-commit run --all-files --show-diff-on-failure
- - green -vv -a ./tests