Skip to content

Commit

Permalink
Ignore .travis.yml by default (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 23, 2014
1 parent e25b8ea commit bbb28e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Changelog
* Improved wording of the match/do not match messages (`issue #34
<https://github.com/mgedmin/check-manifest/issues/34>`__).

* Ignore .travis.yml by default (`issue #39
<https://github.com/mgedmin/check-manifest/issues/39>`__).

* Suggest a rule for Makefile found deeper in the source tree.


Expand Down
1 change: 1 addition & 0 deletions check_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def add_directories(names):
'setup.cfg', # always generated, sometimes also kept in source control
# it's not a problem if the sdist is lacking these files:
'.hgtags', '.hgignore', '.gitignore', '.bzrignore',
'.travis.yml',
# it's convenient to ship compiled .mo files in sdists, but they shouldn't
# be checked in
'*.mo',
Expand Down
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def test_strip_sdist_extras(self):
from check_manifest import strip_sdist_extras
filelist = list(map(os.path.normpath, [
'.gitignore',
'.travis.yml',
'setup.py',
'setup.cfg',
'README.txt',
Expand Down

0 comments on commit bbb28e4

Please sign in to comment.