jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663015 )
Change subject: [tests] Reorder python commands ...................................................................... [tests] Reorder python commands Change-Id: I48da62caef1123033293cc3db2f3de672f8c8190 --- M .appveyor.yml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.appveyor.yml b/.appveyor.yml index 800b75e..e704f80 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -75,10 +75,10 @@ - mkdir appveyor # Download Python version which isn't pre-installed - ps: ./appveyor_install.ps1 - - python -m venv env - python --version - - env\Scripts\activate.bat - pip install --upgrade pip + - python -m venv env + - env\Scripts\activate.bat - pip install -r requirements.txt - pip install -r dev-requirements.txt -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663015 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I48da62caef1123033293cc3db2f3de672f8c8190 Gerrit-Change-Number: 663015 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
