Commit d6c05b4b authored by Benoit Pierre's avatar Benoit Pierre

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

Particularly: update pip so PEP 518 support is available.
parent 544f4b93
......@@ -43,12 +43,14 @@ jobs:
cache: pip
install:
# ensure we have recent pip/setuptools
- pip install --upgrade pip setuptools
# ensure we have recent pip/setuptools/wheel
- pip install --disable-pip-version-check --upgrade pip setuptools wheel
# need tox to get started
- pip install tox tox-venv
- pip install --upgrade tox tox-venv
# Output the env, to verify behavior
- pip freeze --all
- env
# update egg_info based on setup.py in checkout
......
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