Skip to content

Commit e31a822

Browse files
committed
Update .travis.yml
Doh, the shebang line for run-tests itself relies on `python3`
1 parent 0388b2e commit e31a822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compiler:
55
before_script:
66
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
77
- sudo apt-get update -qq
8-
- sudo apt-get install -y python3.3
8+
- sudo apt-get install -y python3.3 python3
99

1010
script:
1111
- make -C unix

0 commit comments

Comments
 (0)