forked from platformio/platformio-core
Add SCons to requirements list
This commit is contained in:
@ -8,7 +8,7 @@ machine:
|
|||||||
TOX_ENV: py27
|
TOX_ENV: py27
|
||||||
|
|
||||||
pre:
|
pre:
|
||||||
- pip install -U pip setuptools
|
- sudo pip install -U setuptools
|
||||||
|
|
||||||
checkout:
|
checkout:
|
||||||
post:
|
post:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
click==5.0
|
|
||||||
bottle==0.12.8
|
bottle==0.12.8
|
||||||
|
click==5.0
|
||||||
colorama==0.3.3
|
colorama==0.3.3
|
||||||
pyserial==2.7
|
pyserial==2.7
|
||||||
requests==2.7.0
|
requests==2.7.0
|
||||||
|
scons==2.3.6
|
||||||
|
Reference in New Issue
Block a user