summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2015-03-15 11:39:47 -0400
committerJulian Berman <Julian@GrayVines.com>2015-03-15 11:39:47 -0400
commit6093485f50afcc558b4333db00e9e18fbdc78818 (patch)
tree199b002ef6976ebb43654147fd00ab6968045030
parentb40f902441afb70dfb99556d054452e1097953ff (diff)
downloadjsonschema-6093485f50afcc558b4333db00e9e18fbdc78818.tar.gz
Newer tox is slightly saner.
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 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