Newer tox is slightly saner.

This commit is contained in:
Julian Berman 2015-03-15 11:39:47 -04:00
parent b40f902441
commit 6093485f50
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 0 additions and 3 deletions

View File

@ -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