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:
- '%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
......
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