summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 9f71d0ae31ee6a7939a584ef6096604f5dd51102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[egg_info]
tag_build = dev

[upload_docs]
upload-dir = docs/build/output/html

[upload]
sign = 1
identity = C4DAFEE1


[nosetests]
logging-config=nose_logging_config.ini

[pytest]
addopts= --tb native -v -r fxX
python_files=tests/*test_*.py