From d9ca83381474c33db6b2b96d75265fe122e96b3b Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 24 Feb 2013 14:56:01 +0100 Subject: [PATCH] Make 2.5 test runnable with tox --- setup.py | 1 + tox.ini | 3 +++ 2 files changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 633b8350..bc9c1fb1 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +from __future__ import with_statement from setuptools import setup __AUTHOR__ = 'David Halter' diff --git a/tox.ini b/tox.ini index 4c1826a2..e1bf1f43 100644 --- a/tox.ini +++ b/tox.ini @@ -6,3 +6,6 @@ commands = python run.py python refactor.py changedir = test +[testenv:py25] +deps = + simplejson