|
|
@ -7,15 +7,14 @@ jobs:
|
|
|
|
build-python36:
|
|
|
|
build-python36:
|
|
|
|
docker:
|
|
|
|
docker:
|
|
|
|
- image: ubuntu:18.04
|
|
|
|
- image: ubuntu:18.04
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
|
|
|
- PYTHONIOENCODING: utf-8
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick
|
|
|
|
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick
|
|
|
|
- checkout
|
|
|
|
- checkout
|
|
|
|
- run: make install PIP_INSTALL="pip3 install"
|
|
|
|
- run: make install PIP_INSTALL="pip3 install"
|
|
|
|
- run: pip3 install -r requirements-test.txt
|
|
|
|
- run: pip3 install -r requirements-test.txt
|
|
|
|
- run:
|
|
|
|
- run: make coverage
|
|
|
|
command: |
|
|
|
|
|
|
|
|
export PYTHONIOENCODING=utf-8
|
|
|
|
|
|
|
|
make coverage
|
|
|
|
|
|
|
|
- codecov/upload
|
|
|
|
- codecov/upload
|
|
|
|
|
|
|
|
|
|
|
|
workflows:
|
|
|
|
workflows:
|
|
|
|