Skip to content

Commit

Permalink
Upgrade to python 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
korcankaraokcu committed Nov 28, 2018
1 parent 5a6cb73 commit 04f2e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -15,9 +15,9 @@

before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update && sudo apt-get install gcc g++
- wget https://www.python.org/ftp/python/3.4.6/Python-3.4.6.tgz
- tar xfz Python-3.4.6.tgz
- cd Python-3.4.6
- wget https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tgz
- tar xfz Python-3.5.3.tgz
- cd Python-3.5.3
- sh configure --prefix=/usr --enable-shared
- make
- sudo make install
Expand Down

0 comments on commit 04f2e74

Please sign in to comment.