workflow/pytest: update python matrix version

On this branch we should test pytest against python 2.7 and 3.6.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6166/head
Dimitri Savineau 2020-11-23 09:40:46 -05:00 committed by Guillaume Abrioux
parent dc4523a0c1
commit 49522f46b1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [2.7, 3.6]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2