forked from wolph/mailjet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (28 loc) · 639 Bytes
/
setup.cfg
File metadata and controls
38 lines (28 loc) · 639 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
[metadata]
description-file = README.rst
[nosetests]
verbosity=3
detailed-errors=1
debug=nose.loader
# Testing with Mailjet is possible but it requires a Mailjet account which is
# obviously not a good idea to make publicly available.
# So because of Travis this is currently disabled
ignore-files=tests.py
with-doctest=1
#with-coverage=1
#cover-package=mailjet
#pdb=1
#pdb-failures=1
with-django=1
django-settings=tests.settings
with-tissue=1
tissue-ignore=W391
tissue-package=mailjet
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = docs/_build/html
[flake8]
ignore = W391