paperless-ngx/.travis.yml
2018-02-25 15:51:59 +00:00

23 lines
394 B
YAML

language: python
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr tesseract-ocr-eng
sudo: false
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.6
install:
- pip install --requirement requirements.txt
script:
- pytest src/
- pycodestyle src/
- coveralls