File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ addons:
19
19
- ubuntu-toolchain-r-test
20
20
packages :
21
21
- gfortran-4.9
22
- - gfortran-5
23
22
- binutils
24
23
- cmake
25
24
- python-pip
@@ -60,9 +59,10 @@ install:
60
59
mv f90split "$HOME/.local/bin/" && \
61
60
rm f90split.f90
62
61
fi
63
- - which FoBiS.py || (pip install FoBiS.py && FoBiS.py --version)
64
- - which ford || (pip install ford && ford --version)
65
- - which jsonlint || (pip install git+https://github.com/dmeranda/demjson.git && jsonlint --version)
62
+ - pip show pygooglechart || pip install pygooglechart
63
+ - pip show FoBiS.py || (pip install FoBiS.py && FoBiS.py --version)
64
+ - pip show ford || (pip install ford && ford --version)
65
+ - pip show jsonlint || (pip install git+https://github.com/dmeranda/demjson.git && jsonlint --version)
66
66
67
67
before_script :
68
68
- |
You can’t perform that action at this time.
0 commit comments