rq/tox.ini

15 lines
152 B
INI
Raw Normal View History

[tox]
2014-04-28 06:34:52 +00:00
envlist=py26,py27,py33,py34,pypy
[testenv]
2013-08-05 11:11:01 +00:00
commands=py.test []
2014-05-06 13:51:23 +00:00
deps=
pytest
mock
[testenv:py26]
deps=
pytest
unittest2
2014-05-06 13:51:23 +00:00
mock