micropython/.travis.yml

11 wiersze
155 B
YAML
Czysty Zwykły widok Historia

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