8 lines
106 B
INI
8 lines
106 B
INI
[tox]
|
|
envlist=py25,py26,py27,pypy
|
|
|
|
[testenv]
|
|
commands=python run-tests.py
|
|
|
|
[testenv:py25]
|
|
deps=simplejson
|