Move virtualenv upgrade to before_install

This commit is contained in:
Mike Shlanta 2021-12-05 13:13:17 -05:00
parent c58e809dbf
commit 63b8e614cd
1 changed files with 3 additions and 2 deletions

View File

@ -23,9 +23,10 @@ matrix:
- python: 3.8
env: TOX_ENV=verify-manifest
before_install:
- python -m pip install --upgrade virtualenv
install:
- pip install --upgrade pip
- pip install --upgrade virtualenv
- pip install tox
- pip install python-coveralls
script: