From 390863ddf3f083f99375d45b2ae4e97b1a1500cf Mon Sep 17 00:00:00 2001 From: Tim Meinhardt Date: Mon, 9 Oct 2017 10:46:36 +0200 Subject: [PATCH] Change branch specific issues --- .gitignore | 1 + .travis.yml | 2 +- README.rst | 4 ++-- setup.py | 3 +++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 331876f..f54b302 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ pybm3d/*.c build/ *.egg-info/ *.eggs +dist # C extensions *.so diff --git a/.travis.yml b/.travis.yml index 3a47835..fab4b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ script: branches: only: - #- master + - master - develop addons: diff --git a/README.rst b/README.rst index 74915fd..6dc9693 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,6 @@ This project is released under the terms of the `GPL3 license