Skip to content
Permalink
Browse files

Disable travis doc skipper (#968)

* Removing the doc skipping code

* Skipping PEP 741 check on variable passed to external library
  • Loading branch information...
yadudoc committed May 24, 2019
1 parent 69d5215 commit f8ad88ddf8684882414526676114848840898e1f
Showing with 1 addition and 7 deletions.
  1. +0 −6 .travis.yml
  2. +1 −1 parsl/monitoring/visualization/plots/default/workflow_plots.py
@@ -19,12 +19,6 @@ before_install:
- python$PY -c "import numpy;print(numpy.__version__)"
- if [[ "$MPI" == "mpich" ]]; then mpichversion; fi
- if [[ "$MPI" == "openmpi" ]]; then ompi_info; fi
- |
git diff --name-only master...$TRAVIS_COMMIT | grep -qvE '(\.rst$)|(^(docs))/' || {
echo "Only docs were updated, stopping build process."
exit
}

# command to install dependencies
install:
@@ -248,7 +248,7 @@ def workflow_dag_plot(df_tasks, group_by_apps=True):
titlefont=dict(size=16),
showlegend=True,
hovermode='closest',
margin=dict(b=20, l=5, r=5, t=40),
margin=dict(b=20, l=5, r=5, t=40), # noqa: E741
xaxis=dict(showgrid=False, zeroline=False,
showticklabels=False),
yaxis=dict(showgrid=False, zeroline=False, showticklabels=False)))

0 comments on commit f8ad88d

Please sign in to comment.
You can’t perform that action at this time.