Skip to content

Commit

Permalink
Update CHANGES, MANIFEST.in and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Jan 29, 2016
1 parent 4f17ecb commit 601b005
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: python
python:
- 2.6
- 2.7
install:
- python bootstrap.py
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -4,7 +4,7 @@ Changes
1.6 (unreleased)
----------------

- Nothing changed yet.
- Update tests.


1.5 (2014-10-20)
Expand Down
8 changes: 6 additions & 2 deletions MANIFEST.in
@@ -1,3 +1,7 @@
recursive-include src/grokcore/annotation *.*
global-include *.mo
include *.txt
global-exclude *pyc
include *.rst
include bootstrap.py
include buildout.cfg
include .travis.yml
recursive-include src *.py *.zcml

0 comments on commit 601b005

Please sign in to comment.