Make 2.5 test runnable with tox

This commit is contained in:
Takafumi Arakaki
2013-02-24 14:56:01 +01:00
parent 68ace0d05b
commit d9ca833814
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python
from __future__ import with_statement
from setuptools import setup
__AUTHOR__ = 'David Halter'

View File

@@ -6,3 +6,6 @@ commands =
python run.py
python refactor.py
changedir = test
[testenv:py25]
deps =
simplejson