@@ -19,6 +19,14 @@ deps =
flake8
commands = flake8 {posargs} github3/
[testenv:release]
deps =
wheel
twine>=1.4.0
commands =
python setup.py sdist bdist_wheel
twine upload dist/*
[pytest]
addopts = -q
norecursedirs = *.egg .git .* _*
The note is not visible to the blocked user.