Er, green doesn't work on 2.6, and make running right out of a checkout easier.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,5 +3,3 @@ _static
|
|||||||
_templates
|
_templates
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
jsonschema/_version.py
|
|
||||||
|
5
jsonschema/_version.py
Normal file
5
jsonschema/_version.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
# This file is automatically generated by setup.py.
|
||||||
|
__version__ = '2.3.0.post128'
|
||||||
|
__sha__ = 'g2fda689'
|
||||||
|
__revision__ = 'g2fda689'
|
9
tox.ini
9
tox.ini
@@ -7,14 +7,17 @@ changedir = {envtmpdir}
|
|||||||
setenv =
|
setenv =
|
||||||
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
|
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
|
||||||
commands =
|
commands =
|
||||||
green [] jsonschema
|
py26: trial [] jsonschema
|
||||||
|
py{27,34,py,py3}: green [] jsonschema
|
||||||
|
|
||||||
{envpython} -m doctest {toxinidir}/README.rst
|
{envpython} -m doctest {toxinidir}/README.rst
|
||||||
py{26,27,34}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
|
py{26,27,34}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
|
||||||
deps =
|
deps =
|
||||||
green
|
|
||||||
|
|
||||||
-e{toxinidir}[format]
|
-e{toxinidir}[format]
|
||||||
|
|
||||||
|
py26: twisted
|
||||||
|
py{27,34,py,py3}: green
|
||||||
|
|
||||||
py26: unittest2
|
py26: unittest2
|
||||||
py{26,27,py,py3}: mock
|
py{26,27,py,py3}: mock
|
||||||
|
|
||||||
|
1
version.txt
Normal file
1
version.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
v2.3.0-128-g2fda689
|
Reference in New Issue
Block a user