Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 20, 2018
1 parent 9697c9f commit 894bbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install:
- conda create -n test_env python=$TRAVIS_PYTHON_VERSION matplotlib pillow sphinx=$SPHINX_VERSION jupyter pandoc
- source activate test_env
- if [[ $SPHINX_VERSION == "" ]]; then
conda uninstall --force sphinx;
pip install -U sphinx;
fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install pathlib; fi
Expand Down

0 comments on commit 894bbc8

Please sign in to comment.