Add Python 3.7 to CI unit test matrix. (#34680)

* Add Python 3.7 to CI unit test matrix.
* Fix `os.errno` reference to be `errno`.
* Update test_aci unit test for Python 3.7.
This commit is contained in:
Matt Clay
2018-01-10 00:57:11 -08:00
committed by GitHub
parent f2037bb629
commit 30093dc4ed
3 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ matrix:
- env: T=units/2.7
- env: T=units/3.5
- env: T=units/3.6
- env: T=units/3.7
- env: T=windows/1
- env: T=windows/2