~javiljoen/shopping-list

2934d470c6252e016e34eddb881a4e6ddc63a33c — JA Viljoen 3 years ago 34ba9ea
Remove builds.sr.ht script
1 files changed, 0 insertions(+), 21 deletions(-)

D .build.yml
D .build.yml => .build.yml +0 -21
@@ 1,21 0,0 @@
image: debian/testing
packages:
  - python3
  - python3-pip
  - python3-dev
sources:
  - https://git.sr.ht/~javiljoen/groceries
tasks:
  - setup: |
      cd groceries
      pip install -q -r requirements/pkg.txt
      pip install -q -r requirements/test.txt
      pip install -q -e .
  - test: |
      cd groceries
      PATH="$PATH:$HOME/.local/bin"
      make test
  - lint: |
      cd groceries
      PATH="$PATH:$HOME/.local/bin"
      make lint