Skip to content

Commit

Permalink
Fix issues with python doc. requirements
Browse files Browse the repository at this point in the history
Various things but key ones are:

* Updating pip3 version
* Adding 'wheel' and 'cairocffi' packages
  • Loading branch information
mikee47 committed Feb 1, 2020
1 parent 1b1b8aa commit 50d0a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- python3-sphinx
- python3-pip
- python3-setuptools
- python3-cairocffi
- graphviz-dev
- xmlstarlet
- jq
Expand Down
3 changes: 2 additions & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -ex # exit with nonzero exit code if anything fails

if [ "$TRAVIS_BUILD_STAGE_NAME" == "Test" ]; then
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-6.0 100
pip3 install -r $TRAVIS_BUILD_DIR/docs/requirements.txt
python3 -m pip install --upgrade pip
python3 -m pip install -r $TRAVIS_BUILD_DIR/docs/requirements.txt
fi

if [ "$SMING_ARCH" == "Esp8266" ]; then
Expand Down

0 comments on commit 50d0a8d

Please sign in to comment.