Skip to content

Commit

Permalink
[NOTICKET] Add python 3.7 support to shopkeep/pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-kuen-shopkeep committed Jul 3, 2018
1 parent bcb1530 commit be6cfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyenv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN pyenv update
RUN pyenv install 2.7.15
RUN pyenv install 3.5.5
RUN pyenv install 3.6.5
RUN pyenv install 3.7.0
RUN pyenv rehash
RUN pyenv global 3.6.5 3.5.5 2.7.15
RUN pyenv global 3.7.0 3.6.5 3.5.5 2.7.15

# install build and test dependencies
RUN pip install --upgrade pip tox wheel
Expand Down
1 change: 1 addition & 0 deletions pyenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following Python versions are available in this image:
- 2.7.15
- 3.5.5
- 3.6.5
- 3.7.0

## Available libraries

Expand Down

0 comments on commit be6cfd3

Please sign in to comment.