jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/606731 )
Change subject: [bugfix] Fix typo in previous patch ......................................................................
[bugfix] Fix typo in previous patch
Change-Id: I485207fe02a4f38dc6dabfbd18fc163878a3aeae --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index c38352b..98257dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_script: - pip install -U setuptools # Make Travis reinstall default pytest (T255349) - - pip uninstall pytest + - pip uninstall -y pytest - pip install -r dev-requirements.txt
script:
pywikibot-commits@lists.wikimedia.org