Skip to content

Commit eb8e34e

Browse files
committed
Remove tox, tox-pyenv
tox changes too quickly and we should install it in the consuming application, while tox-pyenv is no longer maintained and doesn't appear to be necessary. Signed-off-by: Stephen Finucane <[email protected]>
1 parent eeba95e commit eb8e34e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ RUN pyenv install 3.7 && \
5757
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
5858
-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) \
5959
-o \( -type f -a -name 'wininst-*.exe' \) \
60-
\) -exec rm -rf '{}' + && \
61-
pip install tox tox-pyenv
60+
\) -exec rm -rf '{}' +
6261

6362
# ---
6463

0 commit comments

Comments
 (0)