circuitpython/.travis.yml
2014-04-14 22:04:15 +01:00

11 lines
133 B
YAML

language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- cd tests && ./run-tests