Skip to content

Commit

Permalink
Bump base tox to tox==3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkle authored Jul 17, 2019
1 parent b057381 commit 2d70ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -x && \

RUN pyenv local 3.7.0 && \
python -m pip install -U pip && \
python -m pip install tox==3.3.0 && \
python -m pip install tox==3.13.2 && \
pyenv local --unset && \
pyenv rehash

Expand Down

0 comments on commit 2d70ab2

Please sign in to comment.