Skip to content

Commit

Permalink
Merge pull request #971 from pyiron/travis
Browse files Browse the repository at this point in the history
Try to fix failing travis tests
  • Loading branch information
jan-janssen committed Sep 17, 2020
2 parents 139444e + 191c568 commit d4eb570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_support/travis_build_docs.sh
Expand Up @@ -2,7 +2,7 @@

if [ "$TRAVIS_BRANCH" = "master" ]; then
# install
conda install -y -c conda-forge sphinx nbsphinx ipywidgets sphinx_rtd_theme pylint Graphviz sphinxcontrib-applehelp "tornado<6" seaborn ovito
conda install -y -c conda-forge sphinx nbsphinx ipywidgets sphinx_rtd_theme pylint Graphviz sphinxcontrib-applehelp "tornado<6" seaborn

git config --global user.email "${GH_EMAIL}"
git config --global user.name "${GH_USER}"
Expand Down

0 comments on commit d4eb570

Please sign in to comment.