--- if: branch = master OR type = pull_request language: ruby cache: bundler rvm: - 2.5.5 install: - pushd /opt/pyenv/plugins/python-build && git pull origin master && popd before_script: - ls -lAGp - pyenv install --skip-existing $(cat .python-version) - sudo apt-get install python3-pip python3-dev - pip3 install pipenv - sudo gem install bundler -v 1.17.3 - bin/setup script: - bin/test