mirror of https://github.com/rq/rq.git
12 lines
116 B
INI
12 lines
116 B
INI
|
[tox]
|
||
|
envlist=py26,py27,pypy
|
||
|
|
||
|
[testenv]
|
||
|
commands=py.test
|
||
|
deps=pytest
|
||
|
|
||
|
[testenv:py26]
|
||
|
deps=
|
||
|
pytest
|
||
|
unittest2
|