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:
- macos-latest
- windows-latest
- ubuntu-latest
python-version:
- 2.7
include:
- os: ubuntu-latest
python-version: 3.6
- 3.6
- 3.9
steps: