Skip to content
Snippets Groups Projects
Commit cd3fd5fc authored by Ellis Percival's avatar Ellis Percival
Browse files

Add 2.7 to tests

parent 60dac3b1
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ jobs: ...@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"] python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
......
schema: schema:
python setup.py insert_schema python setup.py insert_schema
$(MAKE) black
black: black:
black -l 90 pi_mqtt_gpio black -l 90 pi_mqtt_gpio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment