From 6146f9c586a951d01b6000d5d0c40d6e1b4f085c Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 24 Apr 2021 09:21:49 -0400 Subject: [PATCH] test all --- .github/workflows/test_and_deploy.yml | 4 ++-- tox.ini | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7dea8b2..d31b54c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -19,8 +19,8 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.7, 3.8, 3.9] + platform: [ubuntu-16.04, ubuntu-latest, windows-latest, macos-latest, macos-11.0] + python-version: [3.6, 3.7, 3.8, 3.9] backend: [pyqt, pyside] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 835f268..4ee6577 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py{37,38,39}-{linux,macos,windows}-{pyqt,pyside} [gh-actions] python = + 3.6: py36 3.7: py37 3.8: py38 3.9: py39