From 8dba481b188f4df23074816f9fa8c32a488482e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Jan 2017 22:52:10 -0500 Subject: No test failures on Jython One or two of these are questionable accommodations, but there are no failures. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4e0b9edd..b568d2db 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt [tox] -envlist = py{26,27,33,34,35,36}, pypy{2,3}, doc,lint +envlist = py{26,27,33,34,35,36}, pypy{2,3}, jython, doc, lint skip_missing_interpreters = True [testenv] -- cgit v1.2.1