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 181edcfCopy full SHA for 181edcf
.travis.yml
@@ -18,8 +18,9 @@ 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"
+ - wget http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz
+ - tar xzvf doxygen-1.8.15.linux.bin.tar.gz
23
+ - export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
24
script:
25
- tools/check-style.sh
26
- flake8
0 commit comments