add back python-26 unit test

The PR https://github.com/linux-system-roles/network/pull/556
erroneously removed the python-26 job for unit testing.  This
PR adds it back.

See also https://github.com/linux-system-roles/.github/pull/10

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2023-02-10 10:47:06 -07:00 committed by Till Maas
parent 39a78d1740
commit 4039701f30

View file

@ -69,3 +69,13 @@ jobs:
*) toxenvs="${toxenvs},coveralls" ;;
esac
TOXENV="$toxenvs" lsr_ci_runtox
python-26:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3
- name: Run py26 tests
uses: linux-system-roles/lsr-gh-action-py26@1.0.2
env:
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.1"