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