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 e2b884c commit ab04908Copy full SHA for ab04908
.travis.yml
@@ -18,8 +18,8 @@ matrix:
18
- $PY_CMD -m pip install --user --upgrade pip wheel
19
install:
20
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
21
- - curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
22
- - export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
+ - curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
+ - export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
23
script:
24
- tools/check-style.sh
25
- flake8
0 commit comments