Er, green doesn't work on 2.6, and make running right out of a checkout easier.

This commit is contained in:
Julian Berman 2015-03-15 14:00:10 -04:00
parent 2fda689941
commit 10ea4fa104
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
4 changed files with 12 additions and 5 deletions

2
.gitignore vendored
View File

@ -3,5 +3,3 @@ _static
_templates
TODO
jsonschema/_version.py

5
jsonschema/_version.py Normal file
View File

@ -0,0 +1,5 @@
# This file is automatically generated by setup.py.
__version__ = '2.3.0.post128'
__sha__ = 'g2fda689'
__revision__ = 'g2fda689'

View File

@ -7,14 +7,17 @@ changedir = {envtmpdir}
setenv =
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
commands =
green [] jsonschema
py26: trial [] jsonschema
py{27,34,py,py3}: green [] jsonschema
{envpython} -m doctest {toxinidir}/README.rst
py{26,27,34}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
deps =
green
-e{toxinidir}[format]
py26: twisted
py{27,34,py,py3}: green
py26: unittest2
py{26,27,py,py3}: mock

1
version.txt Normal file
View File

@ -0,0 +1 @@
v2.3.0-128-g2fda689