Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Müller committed Sep 29, 2017
1 parent e50f10d commit a354362
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ docs/_build/
*.rst~

_version_save.py

.env
docs/_build
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
sys.path.append(op.abspath('extensions'))

# Mock all dependencies of qpimage
install_requires = ["numpy", "scipy"]
install_requires = ["numpy", "scipy", "scipy.interpolate",
"scipy.ndimage"]

for mod_name in install_requires:
sys.modules[mod_name] = mock.Mock()
Expand Down
9 changes: 3 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[aliases]
test=pytest

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
test = pytest

[bdist_wheel]
universal = 1

0 comments on commit a354362

Please sign in to comment.