Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-04-14 21:31:11 +01:00
commit 1d8d2f84aa

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- tests/run-tests