Skip to content

Commit

Permalink
Merge pull request #52 from c4urself/fix/reorg-files
Browse files Browse the repository at this point in the history
Fix/reorg files
  • Loading branch information
ekohl committed Jan 8, 2019
2 parents 038fd6f + 5e029f5 commit f383990
Show file tree
Hide file tree
Showing 16 changed files with 1,458 additions and 1,269 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
@@ -0,0 +1,2 @@
# Ignore generated files
**/*.pyc
5 changes: 3 additions & 2 deletions Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git-core mercurial
# Update pyenv for access to newer Python releases.
RUN cd /.pyenv \
&& git fetch \
&& git checkout v1.2.3
&& git checkout v1.2.8

ENV PYPY_VERSION=pypy2.7-5.10.0 \
PYPY3_VERSION=pypy3.5-5.10.1
Expand All @@ -15,7 +15,8 @@ RUN pyenv install "$PYPY_VERSION"
RUN pyenv install "$PYPY3_VERSION"

# only install certain versions for tox to use
RUN pyenv global system 2.7.13 3.4.5 3.5.2 3.6.0 "$PYPY_VERSION" "$PYPY3_VERSION"
RUN pyenv versions
RUN pyenv global system 2.7.15 3.4.9 3.5.6 3.6.6 3.7.0 "$PYPY_VERSION" "$PYPY3_VERSION"

RUN git config --global user.email "bumpversion_test@example.org"
RUN git config --global user.name "Bumpversion Test"
Expand Down

0 comments on commit f383990

Please sign in to comment.