]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add pypy3 to tox.ini.
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 16:47:40 +0000 (12:47 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 16:47:40 +0000 (12:47 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index b3f0a3f6158e9653fb001f8be73bddaf7d519fbe..89f2cd6df8ede27ef784474e6a4b84dc39aa9f5b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,7 @@ envlist =
         py33, py33-full,
         py34, py34-full,
         pypy, pypy-full,
+        pypy3,
 
         # Also run the tests with each possible replacement of a default
         # component.  Run each test on both python 2 and 3 where possible.
@@ -142,6 +143,9 @@ deps =
      futures
      mock
 
+[testenv:pypy3]
+basepython = pypy3
+
 [testenv:py2-curl]
 # Same as py27-full, but runs the tests with curl_httpclient by default.
 # Note that httpclient_test is always run with both client implementations;