Skip to content

Commit

Permalink
Squashed 'json/' changes from ddef9b0..abdd47f
Browse files Browse the repository at this point in the history
abdd47f Add a test for large int comparisons.

git-subtree-dir: json
git-subtree-split: abdd47f9dff99a116c8ce09505f2e8f61433dbe8
  • Loading branch information
Julian committed Jun 2, 2014
1 parent 161f307 commit ed332a1
Show file tree
Hide file tree
Showing 100 changed files with 25 additions and 5,676 deletions.
25 changes: 0 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
.DS_Store
.idea

*.pyc
*.pyo

*.egg-info
_build
build
dist
MANIFEST

.coverage
.coveragerc
coverage
htmlcov

_cache
_static
_templates

_trial_temp

.tox

TODO
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
language: python
python:
- "pypy"
- "2.6"
- "2.7"
- "3.3"
install:
- python setup.py -q install
script:
- if [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]]; then pip install unittest2; fi
- py.test --tb=native jsonschema
- python -m doctest README.rst
python: "2.7"
install: pip install jsonschema
script: bin/jsonschema_suite check
135 changes: 0 additions & 135 deletions CHANGELOG.rst

This file was deleted.

19 changes: 0 additions & 19 deletions COPYING

This file was deleted.

File renamed without changes.
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

File renamed without changes.
123 changes: 0 additions & 123 deletions README.rst

This file was deleted.

File renamed without changes.

0 comments on commit ed332a1

Please sign in to comment.