We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35045ee commit b3f0b4dCopy full SHA for b3f0b4d
.travis.yml
@@ -15,8 +15,8 @@ matrix:
15
- pyenv global $(pyenv whence 2to3) # activate all python versions
16
- PY_CMD=python3
17
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
18
- install: # Breathe does not yet support Sphinx 2
19
- - $PY_CMD -m pip install --user --upgrade "sphinx<2" sphinx_rtd_theme breathe flake8 pep8-naming pytest
+ install:
+ - $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
20
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
21
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
22
script:
0 commit comments