mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Add SCons to requirements list
This commit is contained in:
@ -8,7 +8,7 @@ machine:
|
||||
TOX_ENV: py27
|
||||
|
||||
pre:
|
||||
- pip install -U pip setuptools
|
||||
- sudo pip install -U setuptools
|
||||
|
||||
checkout:
|
||||
post:
|
||||
|
@ -1,5 +1,6 @@
|
||||
click==5.0
|
||||
bottle==0.12.8
|
||||
click==5.0
|
||||
colorama==0.3.3
|
||||
pyserial==2.7
|
||||
requests==2.7.0
|
||||
scons==2.3.6
|
||||
|
Reference in New Issue
Block a user