forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (22 loc) · 547 Bytes
/
Copy pathsetup.cfg
File metadata and controls
28 lines (22 loc) · 547 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
[wheel]
universal = 1
[pycodestyle]
select =
max_line_length = 120
[pep8]
max_line_length = 120
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = tableauserverclient/_version.py
versionfile_build = tableauserverclient/_version.py
tag_prefix = v
#parentdir_prefix =
[aliases]
smoke=pytest
[tool:pytest]
testpaths = test smoke
addopts = --junitxml=./test.junit.xml