Commit e9f79371 authored by Éloi Rivard's avatar Éloi Rivard

Use python3 for coverage

parent 2657d6b5
...@@ -10,6 +10,7 @@ __pycache__ ...@@ -10,6 +10,7 @@ __pycache__
*.so *.so
.tox .tox
.coverage .coverage
.coverage.*
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.egg-info *.egg-info
......
...@@ -15,7 +15,7 @@ deps = ...@@ -15,7 +15,7 @@ deps =
.[test] .[test]
[testenv:coverage] [testenv:coverage]
basepython = python2.7 basepython = python3.7
commands = commands =
coverage run --source=ZODB -m zope.testrunner --test-path=src [] coverage run --source=ZODB -m zope.testrunner --test-path=src []
coverage report 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