Run Python 3 integration tests on more than just Linux.

This commit is contained in:
Itamar Turner-Trauring 2021-06-10 10:47:17 -04:00
parent 074a5f772f
commit 6fdda6163c

View File

@ -175,11 +175,11 @@ jobs:
os: os:
- macos-latest - macos-latest
- windows-latest - windows-latest
- ubuntu-latest
python-version: python-version:
- 2.7 - 2.7
include: - 3.6
- os: ubuntu-latest - 3.9
python-version: 3.6
steps: steps: