summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Furrer <tuxtimo@gmail.com>2019-03-03 16:42:34 +0100
committerGitHub <noreply@github.com>2019-03-03 16:42:34 +0100
commit0be9e6a74be877808716151a3280ad3c489c54c1 (patch)
treed606ba1ecfb55acebe0c5b550de95cae0dfc1dab
parentecd0afbceceea32866e5516cf8966331d597cda8 (diff)
parentf7b3fd46019d3865e3c77487af75c10dbe80a3c1 (diff)
downloadtablib-0be9e6a74be877808716151a3280ad3c489c54c1.tar.gz
Merge pull request #353 from jdufresne/pypy
Remove pypy from tox.ini
-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 9dade3d..fabaa17 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -81,8 +81,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