Skip to content

Commit

Permalink
add mock to requirements #46
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 12, 2016
1 parent 84e673c commit 9d077ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Hack for readthedocs
# http://blog.rtwilson.com/how-to-make-your-sphinx-documentation-compile-with-readthedocs-when-youre-using-numpy-and-scipy/
import mock
MOCK_MODULES = ['numpy', 'scipy', 'matplotlib', 'matplotlib.pyplot', 'scipy.interpolate']
MOCK_MODULES = ['numpy', 'scipy', 'nitime', 'matplotlib', 'matplotlib.pyplot', 'scipy.interpolate']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock
numpy
six
pandas
Expand Down

0 comments on commit 9d077ad

Please sign in to comment.