Update twine dependency and usage

This commit is contained in:
Ian Cordasco 2015-10-27 11:29:52 -05:00
parent 3e7d5b952d
commit 75ad81eb13

View file

@ -33,11 +33,11 @@ commands = flake8 {posargs} flake8/
[testenv:release]
basepython = python2.7
deps =
twine >= 1.4.0
twine >= 1.5.0
wheel
commands =
python setup.py sdist bdist_wheel
twine upload {posargs} dist/*
twine upload --skip-existing {posargs} dist/*
[flake8]
select = E,F,W