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 493f709 commit 221a3edCopy full SHA for 221a3ed
.travis.yml
@@ -63,10 +63,10 @@ install:
63
mv f90split "$HOME/.local/bin/" && \
64
rm f90split.f90
65
fi
66
- - pip show pygooglechart || pip install pygooglechart
67
- - pip show FoBiS.py || (pip install FoBiS.py && FoBiS.py --version)
68
- - pip show ford || (pip install ford && ford --version)
69
- - pip show jsonlint || (pip install git+https://github.com/dmeranda/demjson.git && jsonlint --version)
+ - pip install --upgrade pygooglechart
+ - (pip install --upgrade FoBiS.py && FoBiS.py --version)
+ - (pip install --upgrade ford && ford --version)
+ - (pip install --upgrade git+https://github.com/dmeranda/demjson.git && jsonlint --version)
70
71
before_script:
72
- |
0 commit comments