use python 3.5 not 3.4

This commit is contained in:
parrt 2016-03-29 16:05:50 -07:00
parent 5cdca22518
commit d9272ed979
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ before_install:
- sudo add-apt-repository ppa:fkrull/deadsnakes -y
- sudo add-apt-repository ppa:rwky/nodejs -y
- sudo apt-get update -qq
- sudo apt-get install -qq python3.4
- sudo apt-get install -qq python3.5
- sudo apt-get install -qq nodejs
- echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.12.1 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get install -qq mono-complete