Use pipenv and pyenv for CI/CD pipeline.

This commit is contained in:
Sumner Evans
2019-11-24 01:44:08 +00:00
parent 9da03461b9
commit 0dbdd9ead8
6 changed files with 65 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
#! /bin/sh
export PYENV_ROOT="${HOME}/.pyenv"
export PATH="${PYENV_ROOT}/bin:$PATH"
eval "$(pyenv init -)"
pyenv install 3.8.0