flask/tox.ini

9 lines
106 B
INI
Raw Normal View History

[tox]
2012-02-04 10:37:58 -05:00
envlist=py25,py26,py27,pypy
[testenv]
commands=python run-tests.py
[testenv:py25]
deps=simplejson