omnijson for tests

This commit is contained in:
Kenneth Reitz
2011-06-21 17:59:24 -04:00
parent 428678b2e4
commit bdf9f90c8a
2 changed files with 3 additions and 4 deletions
+2 -4
View File
@@ -5,10 +5,8 @@ from __future__ import with_statement
import unittest
import cookielib
try:
import simplejson as json
except ImportError:
import json
import omnijson as json
import requests
+1
View File
@@ -5,3 +5,4 @@ envlist = py25,py26,py27
commands=py.test --junitxml=junit-{envname}.xml
deps =
pytest
omnijson