diff options
| -rw-r--r-- | docs/intro.rst | 2 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index 6af436d..a5cf3dc 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -82,8 +82,6 @@ At this time, the following Python platforms are officially supported: * cPython 3.4 * cPython 3.5 * cPython 3.6 -* PyPy-c 1.4 -* PyPy-c 1.5 Support for other Pythons will be rolled out soon. @@ -1,6 +1,6 @@ [tox] minversion = 2.4 -envlist = py27, py34, py35, py36, pypy +envlist = py27, py34, py35, py36 [testenv] deps = pytest |
