mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
CI only for Python 2.7 & 3.6
This commit is contained in:
@ -7,7 +7,6 @@ platform:
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV: "py27"
|
- TOXENV: "py27"
|
||||||
- TOXENV: "py35"
|
|
||||||
- TOXENV: "py36"
|
- TOXENV: "py36"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -10,10 +10,6 @@ matrix:
|
|||||||
sudo: required
|
sudo: required
|
||||||
python: 2.7
|
python: 2.7
|
||||||
env: TOX_ENV=py27
|
env: TOX_ENV=py27
|
||||||
- os: linux
|
|
||||||
sudo: required
|
|
||||||
python: 3.5
|
|
||||||
env: TOX_ENV=py35
|
|
||||||
- os: linux
|
- os: linux
|
||||||
sudo: required
|
sudo: required
|
||||||
python: 3.6
|
python: 3.6
|
||||||
|
Reference in New Issue
Block a user