Skip to content

Instantly share code, notes, and snippets.

@jugmac00
Created April 25, 2019 04:27
Show Gist options
  • Save jugmac00/2aa6be24fbd92633028093903840876e to your computer and use it in GitHub Desktop.
Save jugmac00/2aa6be24fbd92633028093903840876e to your computer and use it in GitHub Desktop.
tox.ini for zeo
[testenv:simple]
# Test that 'setup.py test' works
basepython =
python3.4
commands =
python setup.py -q test -q
deps = {[testenv]deps}
[testenv:coverage]
basepython =
python3.6
commands =
coverage run -m zope.testrunner --test-path=src
deps =
coverage
{[testenv]deps}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment