From 5a9fd0f4110e2ff3e914b186fd4d9dcd46c4da92 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Fri, 19 Oct 2018 19:33:16 +0200 Subject: appveyor: ensure test requirements are installed and up-to-date --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f50f8386..b90de892 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,9 +21,12 @@ cache: - '%LOCALAPPDATA%\pip\Cache' test_script: - - "python bootstrap.py" - - "python -m pip install tox" - - "tox -- --cov" + - python --version + - python -m pip install --disable-pip-version-check --upgrade pip setuptools wheel + - pip install --upgrade tox tox-venv + - pip freeze --all + - python bootstrap.py + - tox -- --cov after_test: - tox -e coverage,codecov -- cgit v1.2.3