rq/tox.ini

12 lines
116 B
INI

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