Skip to content

Commit

Permalink
Add a tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 536ca4f commit cfc4917
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ parts
*.pyc
__pycache__
src/*.egg-info
.tox/
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist =
py27

[testenv]
deps =
z3c.form
zope.testing
zope.testrunner
commands =
zope-testrunner --test-path=src

0 comments on commit cfc4917

Please sign in to comment.