mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Move virtualenv upgrade to before_install
This commit is contained in:
parent
c58e809dbf
commit
63b8e614cd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user