Skip to content

Commit

Permalink
Install gevent on RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed May 31, 2012
1 parent 3c9a336 commit fe83db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -22,8 +22,9 @@
]

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd:
if on_rtd:
install_requires.extend([
'gevent'
])

setup(
Expand Down

0 comments on commit fe83db0

Please sign in to comment.