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