Volans has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/338125 )
Change subject: TravisCI: force dependency upgrade ...................................................................... TravisCI: force dependency upgrade Bug: T154588 Change-Id: I36666c08dc52472ec44932500d02bc7ae46e4955 --- M .travis.yml 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/cumin refs/changes/25/338125/1 diff --git a/.travis.yml b/.travis.yml index 7606976..05d453c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ - pip install --upgrade setuptools install: - - pip install tox - - pip install "clustershell==1.7.3" colorama "pyparsing==2.1.10" pyyaml requests tqdm - - pip install mock nose requests-mock - - pip install coveralls + - pip install --upgrade tox + - pip install --upgrade "clustershell==1.7.3" colorama "pyparsing==2.1.10" pyyaml requests tqdm + - pip install --upgrade mock nose requests-mock + - pip install --upgrade coveralls script: coverage run --source=cumin --omit="cumin/tests/*" setup.py test after_success: coveralls -- To view, visit https://gerrit.wikimedia.org/r/338125 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I36666c08dc52472ec44932500d02bc7ae46e4955 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/cumin Gerrit-Branch: master Gerrit-Owner: Volans <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
