micropython/.travis.yml

11 lines
155 B
YAML
Raw Normal View History

2014-04-14 19:05:47 +01:00
language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- cd tests && ./run-tests basics/[a-eistuw]*.py