mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
13 lines
250 B
INI
13 lines
250 B
INI
[tox]
|
|
envlist = py26, py27, py34, py35, py36, py36-dev, py37, pypy
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
commands = py.test {posargs}
|
|
deps =
|
|
-rrequirements_test.txt
|
|
py26: unittest2
|
|
py{26,27},pypy: mock
|
|
py{34,35,36,36-dev,37}: aiohttp
|