mirror of https://github.com/kbandla/dpkt.git
27 lines
377 B
INI
27 lines
377 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[aliases]
|
|
release = register clean --all sdist bdist_wheel upload
|
|
|
|
[flake8]
|
|
max-line-length = 140
|
|
|
|
[pytest]
|
|
addopts= -v --cov-report term-missing
|
|
python_files=*.py
|
|
python_functions=test
|
|
norecursedirs=.tox .git *.egg-info __pycache__ dist build
|
|
|
|
python_versions =
|
|
2.6
|
|
2.7
|
|
pypy
|
|
|
|
dependencies =
|
|
|
|
coverage_flags =
|
|
|
|
environment_variables =
|
|
|