Skip to content

Commit

Permalink
Change branch specific issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timmeinhardt committed Oct 9, 2017
1 parent 5ea92d2 commit 390863d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pybm3d/*.c
build/
*.egg-info/
*.eggs
dist

# C extensions
*.so
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:

branches:
only:
#- master
- master
- develop

addons:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ This project is released under the terms of the `GPL3 license <https://opensourc
:target: https://travis-ci.org/ericmjonas/pybm3d/
:alt: Travis-CI Status

.. |code_quality| image:: https://scrutinizer-ci.com/g/ericmjonas/pybm3d/badges/quality-score.png?b=develop
:target: https://scrutinizer-ci.com/g/ericmjonas/pybm3d/?branch=develop
.. |code_quality| image:: https://scrutinizer-ci.com/g/ericmjonas/pybm3d/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/ericmjonas/pybm3d/?branch=master
:alt: Scrutinizer Code Quality
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ def find_in_path(name, path):
description='Python wrapper around BM3D',
author='Eric Jonas',
author_email='[email protected]',
maintainer='Tim Meinhardt',
maintainer_email='[email protected]',
url='https://github.com/ericmjonas/pybm3d',
download_url='https://github.com/ericmjonas/pybm3d/archive/v0.2.0.tar.gz',
zip_safe=False,
packages=['pybm3d'],
ext_modules=ext_modules,
Expand Down

0 comments on commit 390863d

Please sign in to comment.