Does any one know why Travis has started to fail builds by trying to 
compile with python3?

Example:


0.66s$ python3.4 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')

*** Error compiling './cloud/amazon/iam_mfa_device_facts.py'...

  File "./cloud/amazon/iam_mfa_device_facts.py", line 85

    except ClientError, e:

                      ^

SyntaxError: invalid syntax


Last i heard, Ansible was supposed to be 2.4 compatible so rewriting the 
above as `except ClientError as e:` would be incorrect.

What gives?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to