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