summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-01-10 00:57:11 -0800
committerGitHub <noreply@github.com>2018-01-10 00:57:11 -0800
commit30093dc4eda9edcc8fffe89c66da233d39c8fedc (patch)
tree04b0fb128229b0b1f8efdb36c66203727e813123 /shippable.yml
parentf2037bb6291aed3e52c5b237bf1958182a25f97e (diff)
downloadansible-30093dc4eda9edcc8fffe89c66da233d39c8fedc.tar.gz
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.
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml
index c494a5b444..fb93c9b8fb 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -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