Skip to content

Commit d497e20

Browse files
committed
ENH: Run more on CircleCI
1 parent 5abd069 commit d497e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: Build docs
8282
command: |
8383
cd doc
84-
sphinx-build -D plot_gallery=1 -D sphinx_gallery_conf.filename_pattern=^\(\(?\!plot_fmri_activation_volume\|plot_morphometry\|plot_label\.py\|plot_probabilistic_label\|plot_resting_correlations\|plot_transparent_brain\|rotate_animation\|save_movie\|save_views\).\)*\$ -b html -d _build/doctrees . _build/html
84+
sphinx-build -D plot_gallery=1 -D sphinx_gallery_conf.filename_pattern=^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$ -b html -d _build/doctrees . _build/html
8585
8686
- store_artifacts:
8787
path: doc/_build/html/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
- os: linux
2424
env: PYTHON_VERSION=3.5
2525
CONDA_DEPENDENCIES="numpy scipy matplotlib coverage pytest pytest-cov flake8"
26-
PIP_DEPENDENCIES="codecov pytest-sugar faulthandler pytest-faulthandler nibabel imageio"
26+
PIP_DEPENDENCIES="codecov pytest-sugar pytest-faulthandler nibabel imageio"
2727

2828
# OSX
2929
- os: osx

0 commit comments

Comments
 (0)