mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-25 10:49:30 -05:00
travis update.
This commit is contained in:
parent
e05f5fd583
commit
84e3bfad95
@ -5,23 +5,18 @@ python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||
|
||||
install:
|
||||
- pip install --upgrade pipenv
|
||||
- pipenv install --dev
|
||||
- pipenv install --system --dev
|
||||
|
||||
script:
|
||||
- cd src/
|
||||
- pipenv run pytest --cov
|
||||
- pipenv run pycodestyle
|
||||
- cd ..
|
||||
- docker build --tag=jonaswinkler/paperless-ng .
|
||||
|
||||
after_success:
|
||||
- pipenv run coveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user