diff options
-rw-r--r-- | docker/test/Dockerfile | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 768b081..e57baf9 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,3 +1,3 @@ FROM fkrull/multi-python:latest -RUN apt install -y pypy pypy3 +RUN apt install -y pypy pypy-dev pypy3-dev @@ -1,6 +1,6 @@ [tox] minversion = 2.4 -envlist = {py27,py35,py36,py37,py38,py,py3}-{plain,hiredis}, flake8 +envlist = {py27,py35,py36,py37,py38,py,py3,pypy,pypy3}-{plain,hiredis}, flake8 [testenv] deps = |