mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix environment
This commit is contained in:
@ -2,10 +2,10 @@ machine:
|
|||||||
python:
|
python:
|
||||||
version: 2.7
|
version: 2.7
|
||||||
environment:
|
environment:
|
||||||
- TOX_ENV=docs
|
TOX_ENV: docs
|
||||||
- TOX_ENV=lint
|
TOX_ENV: lint
|
||||||
- TOX_ENV=py26
|
TOX_ENV: py26
|
||||||
- TOX_ENV=py27
|
TOX_ENV: py27
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
|
Reference in New Issue
Block a user