From e79bba2588a1b975fa363eae4e2d69f0d0c0df0c Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 13 Jun 2016 12:05:00 -0700 Subject: [PATCH] Removed one module from the py3 syntax check blacklist --- lib/ansible/modules/extras/.travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/.travis.yml b/lib/ansible/modules/extras/.travis.yml index 17f286b4af8..92df9527f1a 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -12,8 +12,7 @@ addons: - python3.5 env: global: - - PY3_EXCLUDE_LIST="cloud/amazon/aws_mfa_devices.py - cloud/amazon/cloudtrail.py + - PY3_EXCLUDE_LIST="cloud/amazon/cloudtrail.py cloud/amazon/dynamodb_table.py cloud/amazon/ec2_ami_copy.py cloud/amazon/ec2_customer_gateway.py