diff options
author | mattip <matti.picus@gmail.com> | 2018-04-10 21:43:12 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-10 21:43:12 +0300 |
commit | bc875f568611e775a88d7c5d7ec4ab0b3f585a5b (patch) | |
tree | e67db31d50891a73a09c88ba72e5bf4040e4d026 /.circleci | |
parent | c4996684e79ab8bbbd312ea4803286d226e95fd8 (diff) | |
download | numpy-bc875f568611e775a88d7c5d7ec4ab0b3f585a5b.tar.gz |
maybe controversial - scipy.special required by mtrand.pyx docstrings
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 86470e086..230871ce1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,6 +31,7 @@ jobs: pip install --upgrade pip setuptools pip install cython pip install . + pip install scipy - run: name: build devdocs |