diff --git a/.travis.yml b/.travis.yml index dce0257d..c0929a42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - 2.6 - 2.7 install: - python bootstrap.py diff --git a/CHANGES.txt b/CHANGES.txt index 8a73051e..384d824e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,7 @@ Grok changes 1.15 (unreleased) ================= -- Nothing changed yet. +- Update tests. 1.14 (2015-06-11) diff --git a/MANIFEST.in b/MANIFEST.in index 9e442f00..f262e217 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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