From cd3fd5fcb1ec51ba30ac32862bb920f0b5768a98 Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Mon, 18 Jan 2021 19:58:53 +0000 Subject: [PATCH] Add 2.7 to tests --- .github/workflows/test.yml | 2 +- Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40ae090..a67b3c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/Makefile b/Makefile index 648f5d9..d83d3b1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ schema: python setup.py insert_schema - $(MAKE) black black: black -l 90 pi_mqtt_gpio -- GitLab