From 46937f8620ddaae42187f221c34b5e1a3b66468b Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 23 Sep 2016 13:01:07 -0700 Subject: add pypy to the bindep "test" profile According to the bindep docs (http://docs.openstack.org/infra/bindep/readme.html#profiles), we can specify profiles for each entry listed. Also added a bindep env to tox.ini. Change-Id: Ifb59d3ef2934c3d72ba84b337c38bb7eb14774bb --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt index c587dda..efc5441 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -pypy -pypy-dev +pypy [test] +pypy-dev [test] -- cgit v1.2.1