]> git.phdru.name Git - ppu.git/blobdiff - tox.ini
Feat: PyPy
[ppu.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b3f3b85458fed588c554554f21348fe8b714d7f4..82c31641c72f4f53882358188f4e7b8e59bc9f41 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.8
-envlist = {py27,py33,py34,py35,py36},{py27,py34}-flake8
+envlist = {py27,py33,py34,py35,py36},pypy,{py27,py34}-flake8
 
 # Base test environment settings
 [testenv]
@@ -10,6 +10,7 @@ basepython =
     py34: {env:TOXPYTHON:python3.4}
     py35: {env:TOXPYTHON:python3.5}
     py36: {env:TOXPYTHON:python3.6}
+    pypy: {env:TOXPYTHON:pypy}
 commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
@@ -48,6 +49,11 @@ commands =
     {[testenv]commands}
     {[general]commands}
 
+[testenv:pypy]
+commands =
+    {[testenv]commands}
+    {[general]commands}
+
 [testenv:py27-flake8]
 deps =
     flake8