Build docker image in Travis

This commit is contained in:
Benedikt Heine 2019-02-18 11:01:33 +01:00
parent a590fdaec6
commit 557d730974

View File

@ -12,6 +12,17 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7-dev"
- env: BUILD_DOCKER=1
services:
- docker
before_install:
- true
install:
- true
script:
- docker build -t paperless .
after_success:
- true
install:
- pip install --upgrade pip pipenv sphinx