Skip to content

Commit fe2a06e

Browse files
bstaleticwjakob
authored andcommitted
Pin breathe to 4.13.1
1 parent 3735249 commit fe2a06e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ matrix:
1616
- PY_CMD=python3
1717
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
1818
install:
19-
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
19+
# breathe 4.14 doesn't work with bit fields. See https://github.com/michaeljones/breathe/issues/462
20+
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe==4.13.1 flake8 pep8-naming pytest
2021
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
2122
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
2223
script:

0 commit comments

Comments
 (0)