Skip to content

Commit

Permalink
Add workaround for zest.releaser twine issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Sep 8, 2016
1 parent 84f6919 commit 1948b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

dev_require = ['pytest>=2.7.3', 'pytest-capturelog', 'zest.releaser[recommended]', 'pylint', 'tox']

# Workaround for https://github.com/zestsoftware/zest.releaser/issues/183
dev_require += ['twine<1.7']

tests_require = ['pytest']

with io.open('rebulk/__version__.py', 'r') as f:
Expand Down

0 comments on commit 1948b06

Please sign in to comment.