Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 2fb8c82

Browse files
committed
sync project with python-skeleton
1 parent ec02aef commit 2fb8c82

23 files changed

+826
-18
lines changed

.coveragerc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[run]
2+
branch = True
3+
omit = tests/*
4+
*/__init__.py
5+
setup.py
6+
.pyvenv/*
7+
[html]
8+
directory = build/htmlcov
9+
[xml]
10+
output = build/log/coverage.xml
11+
; vim: ft=dosini

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
*.pyc
22
*.egg-info
3+
.coverage
4+
.pyvenv
5+
.cache
6+
.tox
7+
build
38
running-vms.txt

0 commit comments

Comments
 (0)