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

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Nov 27, 2018
1 parent 1484009 commit 8828553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- if [[ $SPHINX_VERSION == "" ]]; then
pip install pillow sphinx jupyter coveralls;
else
pip install pillow sphinx=$SPHINX_VERSION jupyter coveralls;
pip install pillow sphinx==$SPHINX_VERSION jupyter coveralls;
fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install pathlib; fi
- python setup.py install
Expand Down

0 comments on commit 8828553

Please sign in to comment.