Commit 5a9fd0f4 authored by Benoit Pierre's avatar Benoit Pierre

appveyor: ensure test requirements are installed and up-to-date

parent d6c05b4b
...@@ -21,9 +21,12 @@ cache: ...@@ -21,9 +21,12 @@ cache:
- '%LOCALAPPDATA%\pip\Cache' - '%LOCALAPPDATA%\pip\Cache'
test_script: test_script:
- "python bootstrap.py" - python --version
- "python -m pip install tox" - python -m pip install --disable-pip-version-check --upgrade pip setuptools wheel
- "tox -- --cov" - pip install --upgrade tox tox-venv
- pip freeze --all
- python bootstrap.py
- tox -- --cov
after_test: after_test:
- tox -e coverage,codecov - tox -e coverage,codecov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment