mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 19:56:54 +00:00
Add release to tox.ini
This commit is contained in:
parent
6b27451e57
commit
b4f9f8e8ae
1 changed files with 9 additions and 0 deletions
9
tox.ini
9
tox.ini
|
|
@ -22,6 +22,15 @@ deps =
|
|||
flake8
|
||||
commands = flake8 {posargs} flake8/
|
||||
|
||||
[testenv:release]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
twine >= 1.4.0
|
||||
wheel
|
||||
commands =
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload {posargs} dist/*
|
||||
|
||||
[flake8]
|
||||
select = E,F,W
|
||||
max_line_length = 79
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue