Merge pull request #139 from tkf/tox-25

Fix setup.py and make 2.5 test runnable with tox
This commit is contained in:
David Halter
2013-02-24 06:33:46 -08:00
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