Skip to content

Commit

Permalink
Fixes requires, and extras_require.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Jun 23, 2015
1 parent 9e7bbde commit a8a2bb8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ def run_tests(self):
'pyramid_celery',
'webtest',
'mock']
if os.path.isdir('/app/.heroku/python'):
requires += ['CherryPy',
'PasteScript',
'PasteDeploy',
'newrelic',
'pylibmc']

if hasattr(sys, 'pypy_version_info'):
requires.append('py-deps>=0.5.0')
else:
Expand All @@ -78,6 +73,7 @@ def run_tests(self):
'heroku': ['CherryPy',
'PasteScript',
'PasteDeploy',
'pylibmc',
'newrelic']}
if os.environ.get('READTHEDOCS', None):
extras_require['reST'].append('recommonmark')
Expand Down

0 comments on commit a8a2bb8

Please sign in to comment.