mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
Update .travis.yml
Doh, the shebang line for run-tests itself relies on `python3`
This commit is contained in:
@@ -5,7 +5,7 @@ compiler:
|
||||
before_script:
|
||||
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y python3.3
|
||||
- sudo apt-get install -y python3.3 python3
|
||||
|
||||
script:
|
||||
- make -C unix
|
||||
|
||||
Reference in New Issue
Block a user