Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
e9f79371
Commit
e9f79371
authored
Mar 17, 2020
by
Éloi Rivard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use python3 for coverage
parent
2657d6b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitignore
.gitignore
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
.gitignore
View file @
e9f79371
...
...
@@ -10,6 +10,7 @@ __pycache__
*.so
.tox
.coverage
.coverage.*
nosetests.xml
coverage.xml
*.egg-info
...
...
tox.ini
View file @
e9f79371
...
...
@@ -15,7 +15,7 @@ deps =
.
[test]
[testenv:coverage]
basepython
=
python
2
.7
basepython
=
python
3
.7
commands
=
coverage
run
--source
=
ZODB -m zope.testrunner --test-path=src []
coverage
report
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment