Closed bsipocz closed 7 years ago
@nocturnalastro - This depends on the upstream astropy issue so please don't merge until that one is merged and I remove the workaround (atm it still has some real failures).
In the meantime I have two questions:
Also with this clean up PR we can cut back the CI time by ~50%, I'm sure @hamogu will appreciate that :)
@bsipocz - It's probably commented out because we didn't have sphinx docs when I started implementing this and then I forgot about it. And coveralls comments are now off.
I've removed the pointer to my astropy PR, so once that one is merge, travis needs to be restarted here and should pass.
Also, I wonder why the ipython code blocks were used instead of a normal python code blocks in the docs? Sure, it can be installed, but I think is totally unnecessary dependency.
I agree it's not needed.
Anyway, I leave it now, it can always be fixed at some point in the future.
closed & reopened to retrigger travis
@bsipocz thanks for all the improvements :) Are you happy for me to merge this?
yes, sure go ahead. Also if you have spare time to make a 0.1.1 release, this would probably solve the issues we saw for the conda packaging.
Sure I'll do it now :).
@bsipocz The new version should be up on pypi now :)
@nocturnalastro - It seems that the source code wasn't uploaded to pypi, there is only an empty entry for the new release: https://pypi.python.org/pypi/saba/0.1.1
@bsipocz it seems to have a problem with 0.1.1 so i put an "a" after and it uploaded fine.
@bsipocz The readthedocs build is failing. As astropy-helpers
is missing.
I've been playing around, adding astropy-helpers
to pip-requirements both the one in docs and root.
But the only thing which seems to fix the build is adding astropy-helpers
back into .rtd-environment.yml
Am I missing something?
This PR does a few cleanup steps:
Tests are still failig, the reason is that a lot has happened in astropy dev compared to https://github.com/astropy/astropy/pull/5241, e.g more builds passes when that branch was specified: https://travis-ci.org/bsipocz/saba/builds/179460199