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 fd73436 commit 0638ffdCopy full SHA for 0638ffd
.travis.yml
@@ -14,7 +14,8 @@ before_install:
14
- sudo apt-get install graphviz
15
- sudo ln -fs /usr/bin/gfortran-4.9 /usr/bin/gfortran && gfortran --version
16
- sudo -H pip install FoBiS.py && FoBiS.py --version
17
- - sudo -H pip install ford && ford --version
+ - sudo -H pip install ford==5.0.6 && ford --version
18
+ - sudo -H pip install --upgrade markdown==2.6.9
19
- sudo -H pip install matplotlib
20
- export PATH=".:$PATH"
21
0 commit comments