aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e67232e0..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-os: linux
-language: python
-dist: xenial
-python: "3.8"
-
-before_install:
- - sudo apt-get -y install poppler-utils
-
-install:
- - pip install ".[dev,test]"
-
-script:
- - pytest test