Add Python 3.6 to GitHub Actions test matrix

Let us send more coverage reports to coveralls.io
This commit is contained in:
Sajith Sasidharan 2021-03-31 15:54:14 -04:00
parent 94358d4587
commit aebbc52f06

View File

@ -22,6 +22,7 @@ jobs:
- windows-latest
python-version:
- 2.7
- 3.6
steps: