forked from wolph/python-progressbar
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
38 lines (28 loc) · 485 Bytes
/
Copy pathsetup.cfg
File metadata and controls
38 lines (28 loc) · 485 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[aliases]
test=pytest
[metadata]
description-file = README.rst
[nosetests]
verbosity=3
detailed-errors=1
debug=nose.loader
with-doctest=1
with-coverage=1
cover-package=progressbar
cover-branches=1
cover-min-percentage=100
#pdb=1
pdb-failures=1
with-tissue=1
tissue-ignore=W391
tissue-package=progressbar
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = docs/_build/html
[flake8]
ignore = W391
[bdist_wheel]
universal = 1