aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 631204f5a3732e91fb60f4abce1b722a3165fdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

script:
  - make -C unix
  - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests