aboutsummaryrefslogtreecommitdiff
path: root/.travis/before_install.sh
blob: 8cc4edba839eee09c7e0239551185e523c135f87 (plain)
1
2
3
4
5
6
#!/bin/bash

if [[ -n "$PYENV_VERSION" ]]; then
    wget https://github.com/praekeltfoundation/travis-pyenv/releases/download/${TRAVIS_PYENV_VERSION}/setup-pyenv.sh
    source setup-pyenv.sh
fi