Skip to content

Commit

Permalink
Update CHANGES.txt, .travis.yml and MANIFEST.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Feb 15, 2016
1 parent 5f6a96a commit 86e15d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Grok changes
1.15 (unreleased)
=================

- Nothing changed yet.
- Update tests.


1.14 (2015-06-11)
Expand Down
9 changes: 7 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
include *.txt *.py
recursive-include src *.*
global-include *.mo
include *.txt
include *.rst
include bootstrap.py
include buildout.cfg
include .travis.yml
recursive-include src *.cpt *.pt *.py *.zcml

0 comments on commit 86e15d0

Please sign in to comment.