Skip to content

Commit 70973e4

Browse files
committed
Merge pull request #9 from jacobwilliams/ford
- add graphviz so new FORD will work.
2 parents 3e91de1 + 6d4bf59 commit 70973e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before_install:
1111
- sudo apt-get update -qq
1212
- sudo apt-get install -qq python-numpy python-scipy
1313
- sudo apt-get install gfortran-4.9
14+
- sudo apt-get install graphviz
1415
- sudo ln -fs /usr/bin/gfortran-4.9 /usr/bin/gfortran && gfortran --version
1516
- sudo -H pip install FoBiS.py && FoBiS.py --version
1617
- sudo -H pip install ford && ford --version

pyplot-fortran.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ display: public
1313
protected
1414
private
1515
source: true
16+
graph: true
1617

1718
# Brief description
1819

0 commit comments

Comments
 (0)