summaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAgeFilesLines
* TST: Add Python 3.7 to CI testing (#11598)cclauss2018-07-221-1/+1
| | | | | Add testing with Python 3.7 to both appveyor and travis.
* BUILD: add latex to circleci doc buildmattip2018-04-291-1/+1
|
* maybe controversial - scipy.special required by mtrand.pyx docstringsmattip2018-04-101-0/+1
|
* Fix script name for pushing NEP docs to repoStefan van der Walt2018-04-011-1/+1
|
* Install graphviz on CircleCIStefan van der Walt2018-03-221-0/+2
|
* TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt2018-03-161-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upload devdocs and neps after build * Install numpydoc * Fix masked array documentation injection `doc_note` appends a `Notes` section to docstrings, which may lead to duplicate sections. * Add deploy key for neps repo Note that we have to explicitly reset the ~/.ssh/config to only leave one SSH key * Only deploy on master branch * Blow away previous dev docs after each upload * Add tool to upload files to remote repo * Remove numpydoc from pip install; it is included as a submodule * Avoid using invalid escape code * Rename repo upload tool * Use check_call to simplify doc pushing tool
* Add CircleCI builder for devdocsStefan van der Walt2018-01-271-0/+61