mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Update the packaging so wheels work
This commit is contained in:
parent
1ec83033e9
commit
5d1150cc27
3 changed files with 18 additions and 1 deletions
13
tox.ini
13
tox.ini
|
|
@ -108,6 +108,19 @@ deps =
|
|||
commands =
|
||||
python setup.py check -r -s
|
||||
|
||||
[testenv:release]
|
||||
skipsdist = true
|
||||
basepython = python3
|
||||
skip_install = true
|
||||
use_develop = false
|
||||
deps =
|
||||
wheel
|
||||
setuptools
|
||||
twine >= 1.5.0
|
||||
commands =
|
||||
python setup.py -q sdist bdist_wheel
|
||||
twine upload --skip-existing dist/*
|
||||
|
||||
# Flake8 Configuration
|
||||
[flake8]
|
||||
# Ignore some flake8-docstrings errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue