mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
13 lines
244 B
INI
13 lines
244 B
INI
[tox]
|
|
envlist = py26, py27, py32, py33, py34, pypy, pypy3
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
commands = py.test {posargs:tests/}
|
|
deps =
|
|
-rrequirements_test.txt
|
|
py26: unittest2
|
|
py2{6,7},pypy,py32,pypy3: mock
|
|
py3{3,4}: aiohttp
|