Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Added manifest and tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Mar 4, 2013
1 parent 454da4d commit 1177332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include *.txt bootstrap.py buildout.cfg tox.ini
recursive-include src *.py *.txt *.zcml
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist = py26,py27,py33

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

0 comments on commit 1177332

Please sign in to comment.