Skip to content

Commit 221a3ed

Browse files
committed
Upgrade pypi packages even when cache exists
1 parent 493f709 commit 221a3ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ install:
6363
mv f90split "$HOME/.local/bin/" && \
6464
rm f90split.f90
6565
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)
66+
- pip install --upgrade pygooglechart
67+
- (pip install --upgrade FoBiS.py && FoBiS.py --version)
68+
- (pip install --upgrade ford && ford --version)
69+
- (pip install --upgrade git+https://github.com/dmeranda/demjson.git && jsonlint --version)
7070

7171
before_script:
7272
- |

0 commit comments

Comments
 (0)