rq/tox.ini

12 lines
124 B
INI

[tox]
envlist=py26,py27,py33,pypy
[testenv]
commands=py.test []
deps=pytest
[testenv:py26]
deps=
pytest
unittest2