Skip to content

Commit

Permalink
travis: explicitly reinstall python from deadsnakes
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed May 3, 2014
1 parent 57db79d commit f3af7b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ travis_cpython:
PYTHON=python make pyflakes

sudo add-apt-repository -y ppa:chris-lea/cython

# somehow travis changed something and python2.6 and python3.3 no longer accessible anymore
sudo add-apt-repository -y ppa:fkrull/deadsnakes
sudo apt-get -qq -y update
sudo -E apt-get -qq -y install ${PYTHON} ${PYTHON}-dev

sudo apt-get -qq -y install cython
cython --version

Expand Down

0 comments on commit f3af7b9

Please sign in to comment.