summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9553a85771..17549e42ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,10 +37,10 @@ addons:
# Install various dependencies
install:
- - pip install coveralls
- - pip install flake8
- - pip install sphinx
- - pip install mercurial
+ - pip install --upgrade coveralls
+ - pip install --upgrade flake8
+ - pip install --upgrade sphinx
+ - pip install --upgrade mercurial
before_script:
# Need this for the git tests to succeed.