rq/tox.ini

12 lines
124 B
INI
Raw Normal View History

[tox]
2013-08-05 10:47:15 +00:00
envlist=py26,py27,py33,pypy
[testenv]
2013-08-05 11:11:01 +00:00
commands=py.test []
deps=pytest
[testenv:py26]
deps=
pytest
unittest2