Skip to content

Commit ed332a1

Browse files
committed
Squashed 'json/' changes from ddef9b0..abdd47f
abdd47f Add a test for large int comparisons. git-subtree-dir: json git-subtree-split: abdd47f9dff99a116c8ce09505f2e8f61433dbe8
1 parent 161f307 commit ed332a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+25
-5676
lines changed

.gitignore

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
.DS_Store
2-
.idea
3-
4-
*.pyc
5-
*.pyo
6-
7-
*.egg-info
8-
_build
9-
build
10-
dist
11-
MANIFEST
12-
13-
.coverage
14-
.coveragerc
15-
coverage
16-
htmlcov
17-
18-
_cache
19-
_static
20-
_templates
21-
22-
_trial_temp
23-
24-
.tox
25-
261
TODO

.travis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
language: python
2-
python:
3-
- "pypy"
4-
- "2.6"
5-
- "2.7"
6-
- "3.3"
7-
install:
8-
- python setup.py -q install
9-
script:
10-
- if [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]]; then pip install unittest2; fi
11-
- py.test --tb=native jsonschema
12-
- python -m doctest README.rst
2+
python: "2.7"
3+
install: pip install jsonschema
4+
script: bin/jsonschema_suite check

CHANGELOG.rst

Lines changed: 0 additions & 135 deletions
This file was deleted.

COPYING

Lines changed: 0 additions & 19 deletions
This file was deleted.

json/LICENSE renamed to LICENSE

File renamed without changes.

MANIFEST.in

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

README.rst

Lines changed: 0 additions & 123 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)