Closed nesaro closed 9 years ago
Repository health decreased by 0.08% when pulling 139ceed on FundingOptions:master into fb7ac2a on tarak:master.
Can you please take a look at the Travis CI build errors, pep8
complains about syntax:
password_policies/forms/validators.py:12:5: E731 do not assign a lambda expression, use a def
password_policies/forms/validators.py:12:29: E231 missing whitespace after ':'
I'll gladly merge when fixed. Do you use this on Python 3? If so would it be possible for you to extend the .travis.yml file to include testing on Python 3?
Sure, I'll fix both errors. At the moment I'm only using the validators file so I don't know if there is any issue on porting the rest code to python 3.4, but I'll have a look.
Repository health decreased by 0.03% when pulling df4d671 on FundingOptions:master into fb7ac2a on tarak:master.
I'm closing this PR as the newer PR #39 should solve your issue. Feel free to reopen if you think I'm wrong.
Changes Exception catching syntax implements a fake smart_unicode function if it is not available.