mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Pre-upgrade for pip and setuptools for CI
This commit is contained in:
@ -9,8 +9,7 @@ env:
|
|||||||
- TOX_ENV=py27
|
- TOX_ENV=py27
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools tox
|
||||||
- pip install tox
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
- tox -e $TOX_ENV
|
||||||
|
@ -7,13 +7,15 @@ machine:
|
|||||||
TOX_ENV: py26
|
TOX_ENV: py26
|
||||||
TOX_ENV: py27
|
TOX_ENV: py27
|
||||||
|
|
||||||
|
pre:
|
||||||
|
- pip install -U pip setuptools
|
||||||
|
|
||||||
checkout:
|
checkout:
|
||||||
post:
|
post:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- pip install -U pip setuptools
|
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user