Skip to content

Commit

Permalink
more deploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 17, 2017
1 parent 33b17a7 commit 8fa467e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ def run(self):
install_requires=['appdirs>=1.4'],
extras_require={
':python_version <= "3.3"': ['pathlib'],
'deploy': ['pytest', 'coverage', 'codacy-coverage'],
'deploy': [
'pytest',
'coverage',
'pytest-cov',
'codacy-coverage',
'twine',
'wheel'],
'doctest': ['sphinx>=1.3.1'],
'doc': [
'sphinx>=1.3.1',
Expand Down

0 comments on commit 8fa467e

Please sign in to comment.