Skip to content

Commit

Permalink
Added a manifest and a tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Feb 28, 2013
1 parent 649d980 commit df7d995
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include *.txt bootstrap.py buildout.cfg tox.ini
recursive-include src *.py *.txt *.zcml
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,py33

[testenv]
commands = python setup.py test -q
deps = zope.testrunner
z3c.testing
zope.testing

0 comments on commit df7d995

Please sign in to comment.