Fix package future dependency.

This commit is contained in:
Jiajie Chen 2015-03-12 21:52:24 +08:00
parent 3d2a796b5f
commit d1aee64710
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: cpp language: cpp
before_install: before_install:
- sudo apt-get install -y python-serial srecord - sudo apt-get install -y python-serial srecord python-pip
- sudo pip install future
install: install:
- wget https://github.com/GeorgeHahn/nodemcu-firmware/raw/travis/tools/esp-open-sdk.tar.gz -O tools/esp-open-sdk.tar.gz - wget https://github.com/GeorgeHahn/nodemcu-firmware/raw/travis/tools/esp-open-sdk.tar.gz -O tools/esp-open-sdk.tar.gz
- tar -zxvf tools/esp-open-sdk.tar.gz - tar -zxvf tools/esp-open-sdk.tar.gz

View File

@ -16,6 +16,9 @@ home: [nodemcu.com](http://www.nodemcu.com)<br />
bbs: [Chinese bbs](http://bbs.nodemcu.com)<br /> bbs: [Chinese bbs](http://bbs.nodemcu.com)<br />
Tencent QQ group: 309957875<br /> Tencent QQ group: 309957875<br />
# Attention
If you want to use esptool.py or make, please `sudo pip install future` first.
# Summary # Summary
- Easy to access wireless router - Easy to access wireless router
- Based on Lua 5.1.4 (without *io, math, debug, os* module.) - Based on Lua 5.1.4 (without *io, math, debug, os* module.)