Closed ocefpaf closed 5 years ago
I guess it looks ok ... Since I'm not in a position to know better.
This is the Travis-CI matrix item that we should watch for this PR:
https://travis-ci.org/ODM2/WOFpy/jobs/484509296
If that one passes we are OK.
Thanks for the detailed explanations.
Travis-CI is not starting :-/ Not sure what is going on, service outage or something wrong with the config file. I guess it is the former b/c we should see an error with the latter.
@emiliom while writing this I realize it is pointless to keep the coding standard and Python 3 boilerplate configurations. Are you OK removing them and keeping a simpler .travis.yaml
file?
The rational is that fixing the coding standards is something that should be done with tools like black
or no one will be willing to send the commits necessary to comply. Regarding Python 3 it is easy to enable when the code is ready for it.
Oops, you were to fast! See my comment about Travis-CI not starting.
Oops, you were to fast! See my comment about Travis-CI not starting.
Sorry ...
@emiliom while writing this I realize it is pointless to keep the coding standard and Python 3 boilerplate configurations. Are you OK removing them and keeping a simpler .travis.yaml file?
The rational is that fixing the coding standards is something that should be done with tools like black or no one will be willing to send the commits necessary to comply. Regarding Python 3 it is easy to enable when the code is ready for it.
Sure. Sounds good.
Forgot this part in #234