From e791c4fbf4efe857981f175641a976bae3f5681e Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 16 May 2018 19:13:31 +0200 Subject: Add pypy and pypy3 to the CI matrix. And move back to development version. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 612a790..1d50849 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = qc, py36, py35, py34, py27, deps +envlist = qc, py36, py35, py34, py27, pypy3, pypy, deps [testenv] setenv = PYTHONPATH = {toxinidir} -- cgit v1.2.3