circuitpython/.travis.yml

11 lines
125 B
YAML
Raw Normal View History

2014-04-14 14:05:47 -04:00
language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- tests/run-tests