Created
April 25, 2019 04:27
-
-
Save jugmac00/2aa6be24fbd92633028093903840876e to your computer and use it in GitHub Desktop.
tox.ini for zeo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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