mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 03:35:29 +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
|
- python: 3.8
|
||||||
env: TOX_ENV=verify-manifest
|
env: TOX_ENV=verify-manifest
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- python -m pip install --upgrade virtualenv
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
|
||||||
- pip install --upgrade virtualenv
|
|
||||||
- pip install tox
|
- pip install tox
|
||||||
- pip install python-coveralls
|
- pip install python-coveralls
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user