Skip to content

Commit deb85f4

Browse files
committed
Switch to regular breathe package on Travis
Breathe was previously installed from the git master because of a bug in the released version. The fix has since migrated to PyPI. [skip appveyor]
1 parent fb50ce1 commit deb85f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ matrix:
6868
env: DOCS STYLE LINT
6969
install:
7070
- export PATH="~/.local/bin:$PATH"
71-
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming
71+
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming
7272
- |
7373
curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
7474
export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
75-
$PY_CMD -m pip install --user --upgrade https://github.com/michaeljones/breathe/archive/master.zip
7675
script:
7776
- make -C docs html SPHINX_OPTIONS=-W
7877
- tools/check-style.sh

0 commit comments

Comments
 (0)