summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f2add19027..631204f5a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,10 @@ compiler:
- gcc
before_script:
- - sudo apt-get install python3
+ - 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 && ./run-tests basics/[a-eistuw]*.py
+ - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests