diff options
| author | Andrew Scheller | 2014-04-15 00:52:15 +0100 |
|---|---|---|
| committer | Andrew Scheller | 2014-04-15 00:52:15 +0100 |
| commit | 0388b2ea7886d1d2db2c921c67f6169f323e4f69 (patch) | |
| tree | 0f7527460a04c472a1ef53b4ca686590414fb5e8 | |
| parent | cc8c0882a0e7fefc95fd1a01c5c0c42b453e1984 (diff) | |
Update .travis.yml
This *might* fix it enough for all tests to run (maybe?)
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f2add1902..631204f5a 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 |
