summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-14 02:39:44 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-14 02:39:44 +0000
commit73b694dc02782844cf709e34933dbd1126b2a536 (patch)
tree485745e95aff851752702aead030d643462fdf0c
parenta10751d94bbf2dd9bfc2f8946f5a3934df41b346 (diff)
downloadredis-py-73b694dc02782844cf709e34933dbd1126b2a536.tar.gz
Second try to add pypy and pypy3 to test runs
-rw-r--r--docker/test/Dockerfile2
-rw-r--r--tox.ini2
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
diff --git a/tox.ini b/tox.ini
index da92df6..f9dbe27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =