lv_micropython/.travis.yml
Andrew Scheller e31a8222f2 Update .travis.yml
Doh, the shebang line for run-tests itself relies on `python3`
2014-04-15 02:14:53 +01:00

13 lines
254 B
YAML

language: c
compiler:
- gcc
before_script:
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
- sudo apt-get update -qq
- sudo apt-get install -y python3.3 python3
script:
- make -C unix
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests