mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
✔️ CircleCI: Test using the python:3.6.12 image
This commit is contained in:
parent
85f5b685eb
commit
97e28a9f67
1 changed files with 6 additions and 6 deletions
|
@ -4,24 +4,24 @@ orbs:
|
|||
|
||||
jobs:
|
||||
|
||||
build-python36:
|
||||
test-python36:
|
||||
docker:
|
||||
- image: ubuntu:18.04
|
||||
- image: python:3.6.12
|
||||
environment:
|
||||
- LC_ALL=C.UTF-8
|
||||
- PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick locales
|
||||
- run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8"
|
||||
- run: apt-get update; apt-get install -y make git curl wget imagemagick
|
||||
- checkout
|
||||
- run: pip3 install --upgrade pip
|
||||
- run: make install deps-test PIP_INSTALL="pip3 install"
|
||||
- run: make coverage LC_ALL=en_US.utf8
|
||||
- run: make coverage
|
||||
- codecov/upload
|
||||
|
||||
workflows:
|
||||
build:
|
||||
jobs:
|
||||
- build-python36:
|
||||
- test-python36:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue