Merge pull request #353 from jdufresne/pypy

Remove pypy from tox.ini
This commit is contained in:
Timo Furrer
2019-03-03 16:42:34 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
envlist = py27, py34, py35, py36, pypy
envlist = py27, py34, py35, py36
[testenv]
deps = pytest