We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cd24a commit fef12e6Copy full SHA for fef12e6
.travis.yml
@@ -50,6 +50,7 @@ before_install:
50
brew install pyenv;
51
pyenv install $PYTHON;
52
pyenv local $PYTHON;
53
+ easy_install pip;
54
fi
55
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
56
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe";
0 commit comments