From 7b0d891f4d6cbc7a779478607af48c6001e85ff2 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Sun, 11 May 2014 22:43:45 +0200 Subject: [PATCH] Added simple runtime test for Pypy 2 --- test/simple-runtime-pypy2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple-runtime-pypy2/requirements.txt b/test/simple-runtime-pypy2/requirements.txt index 493a930e..8f2f47b5 100644 --- a/test/simple-runtime-pypy2/requirements.txt +++ b/test/simple-runtime-pypy2/requirements.txt @@ -1 +1 @@ -pypy-2.3 +requests==2.2.1 -- GitLab