From 27ed9c629def7b670ea826623569bac133576a12 Mon Sep 17 00:00:00 2001 From: Anusree Date: Wed, 21 Mar 2018 18:38:23 +0530 Subject: [PATCH] pypy is not checked at gate Change-Id: I8c6d9edb3c9c566a9d3d43c9795a6ffaf98a7ffa --- doc/source/contributor/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 3c40c7fa..99b6e450 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -29,7 +29,7 @@ independent version, you can do so with the following command: .. note:: - Other available environments are py35, pypy and pep8. + Other available environments are py35 and pep8. If you do not have the appropriate Python versions available, consider setting up PyEnv to install multiple versions of Python. See the