Update .travis.yml
Doh, the shebang line for run-tests itself relies on `python3`
This commit is contained in:
parent
0388b2ea78
commit
e31a8222f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user