Skip to content

Commit

Permalink
Fix circle-ci builds (#450)
Browse files Browse the repository at this point in the history
* FIX circle ci yaml file (remove requirements.txt)

* circle ci: build docs on all branches
  • Loading branch information
mfeurer committed Apr 23, 2018
1 parent fdd6c25 commit 96b0b8f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions circle.yml
Expand Up @@ -25,14 +25,11 @@ dependencies:
- pip install --upgrade pip
- pip install --upgrade numpy
- pip install --upgrade scipy
- pip install git+https://github.com/mfeurer/liac-arff.git
# install documentation building dependencies
- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc scikit-learn nbformat nbconvert
# Installing required packages for `make -C doc check command` to work.
- sudo -E apt-get -yq update
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
# finally install the requirements of the package to allow autodoc
- pip install -r requirements.txt

# The --user is needed to let sphinx see the source and the binaries
# The pipefail is requested to propagate exit code
Expand All @@ -58,8 +55,3 @@ general:
artifacts:
- "doc/_build/html"
- "~/log.txt"
# Restric the build to the branch master only
branches:
only:
- master
- develop

0 comments on commit 96b0b8f

Please sign in to comment.