Closed ckald closed 8 years ago
People somehow maintain packages working both with python 2 and python 3. In this case I think it will be extremely easy – looks like the only inconsistent thing is except Exception, e notation. Can I help you with this?
except Exception, e
Hi @ckald, absolutely! If you can set up something under tests then I can add the tests to the circle.yml file and make sure it keeps working.
tests
circle.yml
Thanks for the suggestion.
People somehow maintain packages working both with python 2 and python 3. In this case I think it will be extremely easy – looks like the only inconsistent thing is
except Exception, e
notation. Can I help you with this?