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

Commit

Permalink
Added a tox config and manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Feb 27, 2013
1 parent cb44a6b commit e5a9c48
Show file tree
Hide file tree
Showing 2 changed files with 14 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
12 changes: 12 additions & 0 deletions tox.ini
@@ -0,0 +1,12 @@
[tox]
envlist = py26,py27,py33

[testenv]
commands = python setup.py test -q
deps = zope.testrunner
lxml
z3c.macro
z3c.layer.ready2go
z3c.table
zope.testing
zope.tal

0 comments on commit e5a9c48

Please sign in to comment.