version: 2.1 orbs: codecov: codecov/codecov@1.0.5 jobs: build-python36: docker: - image: ubuntu:18.04 steps: - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick - checkout - run: make install PIP_INSTALL="pip3 install" - run: pip3 install -r requirements-test.txt - run: make coverage - codecov/upload workflows: build: jobs: - build-python36