Commit e1f39db4 authored by Éloi Rivard's avatar Éloi Rivard Committed by GitHub

Merge pull request #300 from azmeuk/coverage

Use python3 for coverage
parents 2657d6b5 e9f79371
......@@ -10,6 +10,7 @@ __pycache__
*.so
.tox
.coverage
.coverage.*
nosetests.xml
coverage.xml
*.egg-info
......
......@@ -15,7 +15,7 @@ deps =
.[test]
[testenv:coverage]
basepython = python2.7
basepython = python3.7
commands =
coverage run --source=ZODB -m zope.testrunner --test-path=src []
coverage report
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment