Numpydocs and compiled objects return types

This commit is contained in:
bcolsen
2017-02-13 21:41:07 -07:00
parent 175e57214e
commit d19a97f53a
4 changed files with 244 additions and 56 deletions

View File

@@ -8,6 +8,8 @@ deps =
docopt
# coloroma for colored debug output
colorama
# numpydoc for typing scipy stack
numpydoc
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here: