dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Enable setuptools command 'test' #19

Open jayvdb opened 8 years ago

jayvdb commented 8 years ago

Use setuptools on both Python 2 and 3. Convert unit tests to use Python 2 and 3 compatible syntax, but use 2to3 on Python 3.2 which did not have u'..' syntax.

Run travis tests using setup.py test.


This change is Reviewable

jayvdb commented 8 years ago

Built at https://travis-ci.org/jayvdb/demjson/builds/110100074