Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README fixes #237

Merged
merged 2 commits into from
Jan 20, 2015
Merged

README fixes #237

merged 2 commits into from
Jan 20, 2015

Conversation

olgabot
Copy link
Collaborator

@olgabot olgabot commented Jan 14, 2015

Fix the build badge for Travis-CI. For some reason shields.io wasn't working, but the build is passing: https://travis-ci.org/YeoLab/flotilla

Not sure why the License status isn't showing, because we have the BSD license on PyPI, which is where it's getting fetched from. PyPI: https://pypi.python.org/pypi/flotilla

Badge code:

https://img.shields.io/pypi/l/flotilla.svg

Badge:
License

  • Is it mergable?
  • Did it pass the tests?
  • If it introduces new functionality in scripts/ is it tested?
    Check for code coverage. To run code coverage on only the file you changed,
    for example flotilla/compute/splicing.py, use this command:
    py.test --cov flotilla/compute/splicing.py --cov-report term-missing flotilla/test/compute/test_splicing.py
    which will show you which lines aren't covered by the tests.
  • Do the new functions have descriptive
    numpydoc
    style docstrings?
  • If it adds a new plot, is it documented in the gallery?
  • Is it well formatted? Look at make pep8 and make lint output
  • Is it documented in the doc/releases/?
  • Was a spellchecker run on the source code and documentation after
    changes were made?

olgabot added a commit that referenced this pull request Jan 20, 2015
@olgabot olgabot merged commit b4d8535 into master Jan 20, 2015
@olgabot olgabot deleted the readme_fixes branch March 13, 2015 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant