Skip to content

Commit

Permalink
Merge pull request #19 from shopkeep/noticket-add-python-37-support
Browse files Browse the repository at this point in the history
Add python 3.7 support to shopkeep/pyenv
  • Loading branch information
wai-kuen-shopkeep authored Jul 5, 2018
2 parents bcb1530 + be6cfd3 commit 3e60869
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 3e60869

Please sign in to comment.