From 6093485f50afcc558b4333db00e9e18fbdc78818 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 15 Mar 2015 11:39:47 -0400 Subject: [PATCH] Newer tox is slightly saner. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index a231b9c..f330efc 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,6 @@ envlist = py{26,27,34,py,py3}, docs, style [testenv] -# by default tox runs with --pre which tickles this bug: -# https://bitbucket.org/pypy/pypy/issue/1894/keyerror-core-dumped-on-unicode-triple -install_command = pip install {opts} {packages} commands = py.test [] jsonschema {envpython} -m doctest README.rst