adafruit / Adafruit_CircuitPython_Colorsys

CircuitPython CPython compatible libraries
MIT License
0 stars 7 forks source link

Moved repository from Travis to GitHub Actions #6

Closed evaherrada closed 4 years ago

evaherrada commented 4 years ago

Personally, I think the best course of action for this would be reverting the most recent commit

siddacious commented 4 years ago

@dherrada This is failing for a documentation build issue and it was already failing, though it may have been hard to tell because what looks like a typo in the cookiecutter setup broke the link to Travis. It's here: https://travis-ci.com/adafruit/Adafruit_CircuitPython_CPython

Can you give more detail about why you were suggesting reverting the most recent commit?

evaherrada commented 4 years ago

@siddacious Prior to the most recent commit, the only issues were pylint issues in the docstring of adafruit__cpython.py. In fixing the pylint issues, I messed up some of the rst which caused it to fail.

siddacious commented 4 years ago

@dherrada ah! I see what you mean. Ya, go ahead and revert the TODO changes

evaherrada commented 4 years ago

@siddacious Ok. Will rebase in 1 sec