summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/intro.rst2
-rw-r--r--tox.ini2
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.
diff --git a/tox.ini b/tox.ini
index 4dabf0c..bc8ee43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
-envlist = py27, py34, py35, py36, pypy
+envlist = py27, py34, py35, py36
[testenv]
deps = pytest